Merge pull request #5144 from consul/fix_invert_selection

Fix text selection in budget header
This commit is contained in:
Javi Martín
2023-07-03 17:29:08 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
text-transform: uppercase;
&::before {
@extend %brand-background;
@include brand-background;
border-radius: 50%;
content: "";
height: 20px;

View File

@@ -4,7 +4,7 @@
position: relative;
&::after {
@extend %brand-background;
@include brand-background;
bottom: 0;
content: "";
height: rem-calc(6);