refactors SCSS styles -- see CHANGELOG

This commit is contained in:
Huy Tran 2018-07-25 12:21:03 +10:00
parent adfeaa7e76
commit b3a71874a8
10 changed files with 195 additions and 219 deletions

View file

@ -0,0 +1,21 @@
// some misc styles
.element--center {
display: block;
margin-left: auto;
margin-right: auto;
}
.menu {
background-color: #f3f3f3;
color: #333;
border-radius: 2px;
padding: 1px 5px;
}
.text-center {
text-align: center;
}
.pull-right {
float: right;
}