mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(): fixed issue with cach buster for temlpates, and updated on hover style for sidemenu to look better
This commit is contained in:
@@ -331,4 +331,16 @@
|
||||
background-image: linear-gradient($angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
|
||||
}
|
||||
|
||||
@mixin left-brand-border() {
|
||||
border-left: 1px solid transparent;
|
||||
}
|
||||
|
||||
@mixin left-brand-border-gradient() {
|
||||
border-left: 1px solid transparent;
|
||||
border-image: linear-gradient(rgba(255,213,0,1) 0%, rgba(255,68,0,1) 99%, rgba(255,68,0,1) 100%);
|
||||
border-image-slice: 1;
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
border-bottom: 0;
|
||||
border-left: 1px solid transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user