Support icons in panel (#895)

* support icons in panel

* formatting

* address Smitha comments

* address comments
This commit is contained in:
Abbie Petchtes
2018-03-13 13:48:17 -07:00
committed by GitHub
parent 383d74ceb4
commit f3c7b2416b
10 changed files with 96 additions and 19 deletions

View File

@@ -35,6 +35,7 @@ panel {
.tabbedPanel .tabList .tab {
cursor: pointer;
margin: auto;
}
.tabbedPanel .tabList .tab .tabLabel {
@@ -43,6 +44,16 @@ panel {
padding-bottom: 4px;
}
.tabbedPanel .tabList .tab .tabLabel.icon {
background-repeat: no-repeat;
background-position: center 10px;
background-size: 25px;
line-height: 15px;
padding-top: 40px;
display: inline-block;
text-transform: none;
}
.tabbedPanel .tabList .tab-header {
padding-left: 10px;
padding-right: 10px;