mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-18 12:33:20 -05:00
18 lines
259 B
SCSS
18 lines
259 B
SCSS
@import "~bootstrap/scss/functions";
|
|
@import "~bootstrap/scss/variables";
|
|
@import "~bootstrap/scss/mixins/breakpoints";
|
|
|
|
.provider
|
|
{
|
|
width: 100%;
|
|
|
|
@include media-breakpoint-up(md)
|
|
{
|
|
width: 33%;
|
|
}
|
|
|
|
@include media-breakpoint-up(lg)
|
|
{
|
|
width: 25%;
|
|
}
|
|
} |