web themes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -66,6 +66,10 @@
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.ml-2 {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.pb-0 {
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user