Skip to content

Commit 55fb35d

Browse files
committed
style formatting
1 parent aeb2726 commit 55fb35d

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

src/style/_models.scss

+13-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
@use "variables" as *;
22
@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-
}
3+
4+
.model {
5+
font-size: 12px;
6+
font-weight: 300;
7+
display: block;
8+
9+
@include text_code();
10+
11+
.deprecated {
12+
span,
13+
td {
14+
color: $model-deprecated-font-color !important;
15+
}
1816

1917
> td:first-of-type {
2018
text-decoration: line-through;

0 commit comments

Comments
 (0)