Wiring of info bar
This commit is contained in:
@@ -12,3 +12,8 @@
|
||||
.ace_autocomplete {
|
||||
background-color: #25282c !important;
|
||||
}
|
||||
|
||||
.ace_sb-v,
|
||||
.ace_sb-h {
|
||||
width: 0.8em !important;
|
||||
}
|
@@ -19,34 +19,19 @@ body {
|
||||
|
||||
/* CLASSES */
|
||||
|
||||
.info-bar {
|
||||
font-size: 0.8em;
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
margin-bottom: 0.5em;
|
||||
padding-bottom: 0.4em;
|
||||
padding-top: 0.4em;
|
||||
}
|
||||
|
||||
|
||||
.tab {
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
float: left;
|
||||
margin-right: 2em;
|
||||
font-size: 0.2em;
|
||||
|
||||
border-top-style: solid;
|
||||
border-top-color: #ffffff64;
|
||||
border-top-width: 2px;
|
||||
|
||||
border-left-style: solid;
|
||||
border-left-color: #ffffff64;
|
||||
border-left-width: 2px;
|
||||
|
||||
border-right-style: solid;
|
||||
border-right-color: #ffffff64;
|
||||
border-right-width: 2px;
|
||||
|
||||
color: rgba(255, 255, 255, 0.64);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user