Repo for the search and displace core module including the interface to select files and search and displace operations to run on them. https://searchanddisplace.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

57 lines
1.3 KiB

@import 'pattern-box'
@import 'flags'
@import 'text-box'
@import 'references'
#regex-create
text-align: left
margin: 10px
.p-card
margin-top: 10px
margin-bottom: 10px
.regex-header
margin-bottom: 5rem
.regex-box
background-color: #001221
display: flex
// width: 850px
width: 90%
height: 500px
margin-left: auto
margin-right: auto
margin-bottom: 5rem
position: relative
border-radius: 5px
transition: all 0.25s linear
// .regex-box:hover
// box-shadow: 0.4rem 1.4rem 1.4rem rgba(0, 0, 0, 0.2)
// transform: translateY(-10px)
.main
display: flex
flex-direction: column
// width: 550px
width: 100%
aside
width: 300px
padding: 1.5rem
border-left: 1px solid #ffffff31
overflow-y: scroll
aside::-webkit-scrollbar
background: #3f4545
width: 10px !important
aside::-webkit-scrollbar-track
border-radius: 10px !important
aside::-webkit-scrollbar-thumb
border-radius: 10px !important
-webkit-box-shadow: inset 0 0 6px rgba(54, 52, 52, 0.925) !important
box-shadow: inset 0 0 6px rgba(54, 52, 52, 0.863) !important