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.
25 lines
365 B
25 lines
365 B
2 years ago
|
@import '../../style/variables.less';
|
||
|
|
||
|
.react-geo-titlebar {
|
||
|
padding: 0;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
background-color: darken(@component-background, 10);
|
||
|
color: @primary-color;
|
||
|
font-weight: bold;
|
||
|
|
||
|
.title {
|
||
|
margin: 5px;
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.controls {
|
||
|
margin: 5px;
|
||
|
display: flex;
|
||
|
|
||
|
>button {
|
||
|
margin-right: 2px;
|
||
|
}
|
||
|
}
|
||
|
}
|