mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
better constants for EmberJS
This commit is contained in:
parent
b9394a4967
commit
a13b631a7e
5 changed files with 70 additions and 15 deletions
|
@ -34,7 +34,7 @@
|
|||
.heading {
|
||||
font-size: 1.1rem;
|
||||
font-weight: bold;
|
||||
color: $color-gray;
|
||||
color: $color-off-black;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
@ -49,6 +49,13 @@
|
|||
color: $color-black;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.value-static {
|
||||
font-size: 1.1rem;
|
||||
font-weight: bold;
|
||||
color: $color-gray;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue