remove cap-first classes

+ add padding 1rem to context menu child items
This commit is contained in:
geoffrey45
2022-08-04 12:41:51 +03:00
parent 6df15fe77f
commit bf1f9feb10
9 changed files with 29 additions and 32 deletions
-7
View File
@@ -23,13 +23,6 @@
text-overflow: ellipsis;
}
.cap-first {
display: inline-block;
&::first-letter {
text-transform: uppercase;
}
}
.rounded {
border-radius: $small;
}