new icons

This commit is contained in:
muerwre 2018-09-03 13:09:35 +07:00
parent 9e53969d53
commit 5cb229ae90
6 changed files with 392 additions and 213 deletions

View file

@ -11,3 +11,6 @@
@green_primary: #abc837;
@green_secondary: #009c80;
@red_primary: #ff8100;
@red_secondary: #ff3344;

View file

@ -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%;
}

View file

@ -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;