Wallet/src/sass/views/export.scss
2017-02-23 16:46:41 -05:00

30 lines
539 B
SCSS

#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: $v-top-tabs-color;
}
input[type="password"] {
border: none;
margin-left: -5px;
padding-left: 4px;
&.incorrect {
padding-left: 3px;
border: 1px solid;
color: #C90505;
}
&.correct {
padding-left: 3px;
border: 1px solid;
color: #00901B;
}
}
}