web themes

This commit is contained in:
Mo Bitar
2017-04-10 15:05:13 -05:00
parent 7a814eb122
commit 5e722e5291
10 changed files with 431 additions and 53 deletions

View File

@@ -56,6 +56,9 @@ h2 {
display: block;
}
h1 {
font-size: 16px;
}
h3 {
font-size: 14px ;
@@ -164,6 +167,40 @@ a.disabled {
pointer-events: none;
}
/* Global Ext Menu */
.ext-section {
min-height: 50px;
h1 {
margin: 0;
padding: 0;
padding-top: 4px;
}
&.opened {
h1 {
padding-top: 0px;
padding-bottom: 6px;
}
}
}
.spinner {
height: 10px;
width: 10px;

View File

@@ -66,6 +66,10 @@
margin-right: 20px;
}
.ml-2 {
margin-left: 2px;
}
.pb-0 {
padding-bottom: 0px !important;
}