2023-06-20 00:43:36 +05:30
|
|
|
@import 'mixins_and_variables_and_functions';
|
|
|
|
|
2020-06-23 00:09:42 +05:30
|
|
|
.storage-type-usage {
|
|
|
|
&:first-child {
|
|
|
|
@include gl-rounded-top-left-base;
|
|
|
|
@include gl-rounded-bottom-left-base;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
@include gl-rounded-top-right-base;
|
|
|
|
@include gl-rounded-bottom-right-base;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
@include gl-border-r-2;
|
|
|
|
@include gl-border-r-solid;
|
2023-06-20 00:43:36 +05:30
|
|
|
border-right-color: var(--white, $white);
|
2020-06-23 00:09:42 +05:30
|
|
|
}
|
|
|
|
}
|