Adding tertiary color and new button design.
This commit is contained in:
parent
1f7bd1dfb4
commit
7634557b28
6 changed files with 47 additions and 22 deletions
|
@ -17,13 +17,13 @@
|
|||
*/
|
||||
.badge {
|
||||
width: Min(300px, calc(100% - 2em));
|
||||
box-shadow: 0px 0px 0px 0px #000000;
|
||||
box-shadow: 0px 0px 0px 0px #888888;
|
||||
transition: box-shadow 0.15s ease-in-out, filter 0.15s ease-in-out;
|
||||
border-radius: 0.5em;
|
||||
filter: brightness(100%);
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0px 0px 8px 0px #000000;
|
||||
filter: brightness(90%);
|
||||
box-shadow: 0px 0px 6px 0px #888888;
|
||||
filter: brightness(95%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue