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.
 
 
 
 
 
 

54 lines
1.1 KiB

@import "variables"
.page-wrapper
flex: 1
.header
// background: #ffffff
background: $header-background
height: $header-height
padding: 0 2rem
border-bottom: 1px solid #dee2e6
display: -ms-flexbox
display: flex
-ms-flex-align: center
align-items: center
-ms-flex-pack: justify
justify-content: space-between
color: #495057
.left
display: -ms-flexbox
display: flex
-ms-flex-align: center
align-items: center
.footer
// background: #ffffff
background: $footer-background
height: $footer-height
border-top: 1px solid #dee2e6
border-bottom: 1px solid #dee2e6
padding: 0 2rem
display: -ms-flexbox
display: flex
-ms-flex-align: center
align-items: center
-ms-flex-pack: justify
justify-content: space-between
flex-shrink: 0
.left
display: -ms-flexbox
display: flex
-ms-flex-align: center
align-items: center
.right
font-size: 0.875rem
color: #6c757d
.content
padding: $content-padding