Fix styling for import/export views

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-13 11:45:45 -03:00
commit f00574140a
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
9 changed files with 116 additions and 86 deletions

View file

@ -0,0 +1,15 @@
#export {
.list {
background-color: #fff;
}
.top-tabs.row {
padding: 0;
}
.top-tabs .col {
font-size: 14px;
cursor: pointer;
padding: 10px 5px;
border-bottom-width: 2px;
border-bottom-color: #172565;
}
}