Merge pull request #5144 from consul/fix_invert_selection
Fix text selection in budget header
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
@extend %brand-background;
|
@include brand-background;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
content: "";
|
content: "";
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
@extend %brand-background;
|
@include brand-background;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
content: "";
|
content: "";
|
||||||
height: rem-calc(6);
|
height: rem-calc(6);
|
||||||
|
|||||||
Reference in New Issue
Block a user