1
0
Fork 0
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:
Harvey Kandola 2017-12-26 15:38:55 +00:00
parent b9394a4967
commit a13b631a7e
5 changed files with 70 additions and 15 deletions

View file

@ -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;
}
}
}
}