We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb2726 commit 55fb35dCopy full SHA for 55fb35d
src/style/_models.scss
@@ -1,20 +1,18 @@
1
@use "variables" as *;
2
@use "type";
3
-.model
4
-{
5
- font-size: 12px;
6
- font-weight: 300;
7
- display: block;
8
-
9
- @include text_code();
10
11
- .deprecated
12
- {
13
- span,
14
- td
15
16
- color: $model-deprecated-font-color !important;
17
- }
+
+.model {
+ font-size: 12px;
+ font-weight: 300;
+ display: block;
+ @include text_code();
+ .deprecated {
+ span,
+ td {
+ color: $model-deprecated-font-color !important;
+ }
18
19
> td:first-of-type {
20
text-decoration: line-through;
0 commit comments