mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-30 23:55:32 +01:00
Styling fixes.
This commit is contained in:
parent
f5e8d473ad
commit
13fc699d4a
1 changed files with 3 additions and 1 deletions
|
@ -137,6 +137,7 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
padding: $margin-2;
|
padding: $margin-2;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
border-top: solid 1px #36383e;
|
||||||
|
|
||||||
@include flex-row;
|
@include flex-row;
|
||||||
|
|
||||||
|
@ -206,10 +207,11 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
background: $color-black;
|
background: $color-black;
|
||||||
border-bottom: solid 1px $color-midgray;
|
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
margin: 0;
|
||||||
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__info {
|
&__info {
|
||||||
|
|
Loading…
Reference in a new issue