refactors SCSS styles -- see CHANGELOG
This commit is contained in:
parent
adfeaa7e76
commit
b3a71874a8
10 changed files with 195 additions and 219 deletions
21
static-src/scss/hyde-hyde/_misc.scss
Normal file
21
static-src/scss/hyde-hyde/_misc.scss
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue