Add shadow default hover and add connect rgb variable
This commit is contained in:
parent
46e2d2d0ce
commit
e032e8ce0a
|
@ -30,6 +30,10 @@
|
|||
box-shadow: var(--shadow-large);
|
||||
}
|
||||
|
||||
.uk-box-shadow-default {
|
||||
box-shadow: var(--shadow-default);
|
||||
}
|
||||
|
||||
.uk-box-shadow-hover-small:hover {
|
||||
box-shadow: var(--shadow-small);
|
||||
}
|
||||
|
@ -42,7 +46,7 @@
|
|||
box-shadow: var(--shadow-large);
|
||||
}
|
||||
|
||||
.uk-box-shadow-default {
|
||||
.uk-box-shadow-default-hover:hover {
|
||||
box-shadow: var(--shadow-default);
|
||||
}
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
--monitor-dark-color: #228001;
|
||||
/* Connect */
|
||||
--connect-color: #EBB13E;
|
||||
--connect-color-rgb: 235, 177, 62;
|
||||
/* Graph */
|
||||
--graph-color: #FA193E;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue