19 lines
No EOL
300 B
CSS
19 lines
No EOL
300 B
CSS
.header {
|
|
height: 50px;
|
|
border-bottom: solid thin $gray-light;
|
|
padding: 0px 15px;
|
|
background-color: white;
|
|
}
|
|
|
|
.divider {
|
|
width: 1px;
|
|
height: 49px;
|
|
margin: 0 15px;
|
|
background-color: $gray-light;
|
|
}
|
|
|
|
.liveSwitchButton {
|
|
cursor: pointer;
|
|
color: $green;
|
|
text-decoration: underline;
|
|
} |