Fix styling for import/export views
This commit is contained in:
parent
5a960d8b14
commit
f00574140a
9 changed files with 116 additions and 86 deletions
15
src/sass/views/export.scss
Normal file
15
src/sass/views/export.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue