buttons and icons

This commit is contained in:
muerwre 2018-09-03 14:54:43 +07:00
parent 5cb229ae90
commit 2375bc3f57
6 changed files with 77 additions and 13 deletions

View file

@ -60,6 +60,7 @@
transition: background-color 500ms;
height: 48px;
box-sizing: border-box;
user-select: none;
&:hover {
background: rgba(100, 100, 100, 0.2);
@ -91,6 +92,10 @@
background: #555555;
}
&.cancel {
background: linear-gradient(270deg, #0f5871, #444444 60%);
}
&.primary {
background: linear-gradient(150deg, @blue_primary, @blue_secondary) 50% 50% no-repeat;
background-size: 100% 100%;