mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 19:16:10 +00:00
16 lines
205 B
SCSS
16 lines
205 B
SCSS
@import 'common/sass/variables';
|
|
@import 'common/sass/mixins';
|
|
|
|
.Disclaimer {
|
|
color: $text-color;
|
|
|
|
&-button {
|
|
@include reset-button;
|
|
color: #FFF;
|
|
|
|
&:hover {
|
|
opacity: 0.8;
|
|
}
|
|
}
|
|
}
|