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.
17 lines
271 B
17 lines
271 B
6 years ago
|
@import '../../styles/variables.scss';
|
||
|
|
||
|
.content {
|
||
|
position: relative;
|
||
|
width: 70%;
|
||
|
display: inline-block;
|
||
|
vertical-align: top;
|
||
|
overflow-y: auto;
|
||
|
}
|
||
|
|
||
|
.titleBar {
|
||
|
background: $spacegrey;
|
||
|
height: 20px;
|
||
|
-webkit-user-select: none;
|
||
|
-webkit-app-region: drag;
|
||
|
}
|