Code minor adjustments.

Code minor adjustments to be compliant with the coding convention.
This commit is contained in:
Alezia Kurdis 2020-03-02 23:11:45 -05:00 committed by GitHub
parent 124b3fe6a2
commit 4a1926a901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
*/
div.tabsContainer{
div.tabsContainer {
float: left;
width:32px;
padding: 0px;
}
}
.tabsContainer button {
//display: block;
@ -28,26 +28,24 @@ div.tabsContainer{
border-width: 1px 0px 1px 1px;
border-radius: 5px 0px 0px 5px;
outline:none;
}
}
.tabsContainer button:hover {
background-color: #575757;
}
}
.tabsContainer button.active {
background-color: #2E2E2E;
}
}
div.labelTabHeader{
div.labelTabHeader {
font-size: 20px;
font-weight: 700;
height: 40px;
color:#ffffff;
}
}
div.tab-section-header{
div.tab-section-header {
width:100%;
padding: 5px;
}
}