mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
changed title dialog styles
This commit is contained in:
parent
27eee16e77
commit
c8b233bcb7
2 changed files with 5 additions and 2 deletions
|
@ -31,3 +31,5 @@
|
|||
|
||||
@loading_shade: darken(fade(@blue_secondary, 80%), 20%);
|
||||
@cluster_small: #0069a7;
|
||||
|
||||
@title_dialog_color: fade(#111111, 85%);
|
||||
|
|
|
@ -663,10 +663,11 @@
|
|||
.title-dialog-pane {
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
background: @dialog_background;
|
||||
background: @title_dialog_color;
|
||||
color: fade(white, 50%);
|
||||
font-size: 13px;
|
||||
box-sizing: border-box;
|
||||
border-radius: @panel_radius;
|
||||
|
||||
h2 {
|
||||
margin: 0;
|
||||
|
@ -694,7 +695,7 @@
|
|||
content: ' ';
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
background: linear-gradient(fade(@dialog_background, 0), @dialog_background);
|
||||
background: linear-gradient(fade(@title_dialog_color, 0), @title_dialog_color);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue