ux(): fixed issue with cach buster for temlpates, and updated on hover style for sidemenu to look better

This commit is contained in:
Torkel Ödegaard
2016-02-21 12:47:57 +01:00
parent 3781a099dd
commit cc4fdd6d0c
6 changed files with 27 additions and 12 deletions

View File

@@ -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;
}