mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-30 02:44:38 +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;
|
||||
padding: $margin-2;
|
||||
line-height: 20px;
|
||||
border-top: solid 1px #36383e;
|
||||
|
||||
@include flex-row;
|
||||
|
||||
|
@ -206,10 +207,11 @@
|
|||
display: flex;
|
||||
padding: 6px;
|
||||
background: $color-black;
|
||||
border-bottom: solid 1px $color-midgray;
|
||||
|
||||
&__title {
|
||||
flex: 1;
|
||||
margin: 0;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
&__info {
|
||||
|
|
Loading…
Reference in a new issue