Added general font & shortcut padding also created partial scss variables

This commit is contained in:
Eraldo Hasanaj
2019-01-17 12:25:19 +01:00
parent c829384fcc
commit 2221b48bec
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
/* constants declaration */
$color-active: #4F6575;
$color-inactive: #C4E0F5;

View File

@@ -1,4 +1,8 @@
/* You can add global styles to this file, and also import other style files */
body {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.align-left {
text-align: left;
}
@@ -9,4 +13,12 @@
.align-right {
text-align: right;
}
.pt-3 {
padding-top: 3px;
}
.pt-5 {
padding-top: 5px;
}