Refactored separator, fixed issue with input type
This commit is contained in:
parent
980b3756dc
commit
476bc01a8c
2 changed files with 6 additions and 3 deletions
|
|
@ -102,13 +102,16 @@ h1, h2, h3, h4{
|
|||
.side-menu li:not(:first-child){
|
||||
margin-top: 0.35rem;
|
||||
}
|
||||
.menu-separator{
|
||||
.separator{
|
||||
margin-top: 1.5rem;
|
||||
border-bottom: 2px solid #f28705;
|
||||
font-weight: 700;
|
||||
margin-bottom: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
.separator.menu-admin{
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* heros */
|
||||
.hero{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue