Wallet/src/sass/views/export.scss

15 lines
244 B
SCSS
Raw Normal View History

2016-10-13 11:45:45 -03:00
#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;
}
}