mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 01:55:08 +02:00
Additional fixes about the formatting.
Additional fixes about the formatting.
This commit is contained in:
parent
ed9918a537
commit
206b1b12c5
1 changed files with 6 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
// tab.css.css
|
// tabs.css
|
||||||
//
|
//
|
||||||
// Created by Alezia Kurdis on 02/27/2020
|
// Created by Alezia Kurdis on 02/27/2020
|
||||||
// for "Project Athena"
|
// for "Project Athena"
|
||||||
|
@ -10,15 +10,12 @@
|
||||||
|
|
||||||
div.tabsContainer {
|
div.tabsContainer {
|
||||||
float: left;
|
float: left;
|
||||||
width:32px;
|
width: 32px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabsContainer button {
|
.tabsContainer button {
|
||||||
//display: block;
|
|
||||||
//color: black;
|
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
//width:100%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: 0.4s;
|
transition: 0.4s;
|
||||||
|
@ -27,7 +24,7 @@ div.tabsContainer {
|
||||||
border-color: #404040;
|
border-color: #404040;
|
||||||
border-width: 1px 0px 1px 1px;
|
border-width: 1px 0px 1px 1px;
|
||||||
border-radius: 5px 0px 0px 5px;
|
border-radius: 5px 0px 0px 5px;
|
||||||
outline:none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabsContainer button:hover {
|
.tabsContainer button:hover {
|
||||||
|
@ -42,10 +39,10 @@ div.labelTabHeader {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
color:#ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tab-section-header {
|
div.tab-section-header {
|
||||||
width:100%;
|
width: 100%;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue