You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
276 B
22 lines
276 B
3 years ago
|
.snap-list-tab {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
|
||
|
&__wrapper {
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
&__body {
|
||
|
padding: 12px 18px;
|
||
|
|
||
|
@media screen and (min-width: $break-large) {
|
||
|
padding: 12px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.snap-settings-card {
|
||
|
margin: 8px 0;
|
||
|
max-width: 344px;
|
||
|
}
|
||
|
}
|