Version 3.0.0; Subheading style
This commit is contained in:
@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
|
||||
from core import IrisCore
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
__version__ = '2.14.5'
|
||||
__version__ = '3.0.0'
|
||||
|
||||
##
|
||||
# Core extension class
|
||||
|
||||
@ -107,9 +107,10 @@ h3 {
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 14px;
|
||||
@include feature_font();
|
||||
font-size: 1.3rem;
|
||||
margin-bottom: 14px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 800;
|
||||
|
||||
&.underline {
|
||||
padding-bottom: 4px;
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
|
||||
.settings-view {
|
||||
section {
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
.status {
|
||||
.item {
|
||||
|
||||
Reference in New Issue
Block a user