2018-02-10 13:56:05 -05:00
|
|
|
@import 'common/sass/variables';
|
|
|
|
|
@import 'common/sass/mixins';
|
|
|
|
|
|
|
|
|
|
.Disclaimer {
|
2018-06-27 00:51:42 -04:00
|
|
|
color: color(text-color);
|
2018-02-10 13:56:05 -05:00
|
|
|
|
|
|
|
|
&-button {
|
|
|
|
|
@include reset-button;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 0.8;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|