mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 11:36:40 +07:00
new icons
This commit is contained in:
parent
9e53969d53
commit
5cb229ae90
6 changed files with 392 additions and 213 deletions
|
@ -11,3 +11,6 @@
|
|||
|
||||
@green_primary: #abc837;
|
||||
@green_secondary: #009c80;
|
||||
|
||||
@red_primary: #ff8100;
|
||||
@red_secondary: #ff3344;
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
|
||||
&.success {
|
||||
background: linear-gradient(150deg, @green_primary, @green_secondary) 50% 50% no-repeat;
|
||||
background: linear-gradient(150deg, @red_primary, @red_secondary) 50% 50% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
&:before {
|
||||
content: ' ';
|
||||
box-shadow: 0 0 10px 1px #ff3344;
|
||||
background: #ff334422;
|
||||
box-shadow: 0 0 10px 1px @red_secondary;
|
||||
background: @red_secondary;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
left: -24px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue