mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 23:58:06 +01:00
31 lines
427 B
SCSS
31 lines
427 B
SCSS
|
.popover-wrap.terms-of-use__popover {
|
||
|
.terms-of-use {
|
||
|
&__terms-list {
|
||
|
list-style: decimal none outside;
|
||
|
}
|
||
|
|
||
|
&__footer-text {
|
||
|
align-self: center;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.popover-header {
|
||
|
&__title {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.popover-footer {
|
||
|
border-top: none;
|
||
|
}
|
||
|
|
||
|
@include screen-sm-min {
|
||
|
max-height: 750px;
|
||
|
width: 500px;
|
||
|
}
|
||
|
|
||
|
@include screen-sm-max {
|
||
|
max-height: 568px;
|
||
|
}
|
||
|
}
|