mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
buttons and icons
This commit is contained in:
parent
5cb229ae90
commit
2375bc3f57
6 changed files with 77 additions and 13 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue