appearance: much more fixes

This commit is contained in:
muerwre 2018-11-27 13:07:50 +07:00
parent 291280c52e
commit b586663827
11 changed files with 64 additions and 23 deletions

View file

@ -3,7 +3,7 @@
padding: 4px 16px;
height: 18px;
line-height: 1em;
border-radius: 2px;
border-radius: @button_radius;
font-family: inherit;
font-size: 1em;
display: inline-flex;
@ -38,11 +38,11 @@
margin: 0;
&:first-child {
border-radius: 4px 0 0 4px;
border-radius: @button_radius 0 0 @button_radius;
}
&:last-child {
border-radius: 0 4px 4px 0;
border-radius: 0 @button_radius @button_radius 0;
}
}
}

View file

@ -16,6 +16,7 @@
@red_secondary: #ff3344;
@panel_radius: 0;
@button_radius: 0;
@color_primary: #4597d0;
@color_success: #7cd766;

View file

@ -9,6 +9,10 @@
cursor: crosshair;
}
.leaflet-touch .leaflet-bar a {
border-radius: @panel_radius !important;
}
.leaflet-vertex-icon, .leaflet-middle-icon {
outline: none !important;
border-radius: 10px;
@ -66,7 +70,7 @@
position: fixed;
top: 10px;
left: 10px;
border-radius: 2px 0 0 2px;
border-radius: @panel_radius 0 0 @panel_radius;
z-index: 3;
box-shadow: @bar_shadow;
cursor: pointer;

View file

@ -149,7 +149,7 @@
position: absolute;
right: 10px;
bottom: 68px;
border-radius: 3px;
border-radius: @panel_radius;
z-index: 3;
color: white;
box-sizing: border-box;
@ -215,7 +215,7 @@
.logo-helper {
width: 200px;
flex-direction: column;
padding: 16px 0 0 0;
padding: 16px 0 16px 0;
position: relative;
overflow: hidden;
}

View file

@ -56,7 +56,7 @@
font-size: 12px;
opacity: 0.5;
padding-top: 2px;
font-weight: 200;
font-weight: 500;
}
@ -66,12 +66,12 @@
.user-panel-menu {
position: absolute;
bottom: 45px;
bottom: 58px;
left: 0;
width: 100%;
width: 219px;
background: @dialog_background;
border-radius: 3px;
padding: 0 0 3px 0;
border-radius: @panel_radius;
padding: 0;
box-sizing: border-box;
z-index: -1
}
@ -88,7 +88,6 @@
display: block;
border-bottom: 1px solid rgba(255,255,255,0.1);
text-decoration: none;
font-weight: 200;
&:first-child::after {
border-radius: 3px 3px 0 0;