Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 93971bd4 authored by Julie Thezenas's avatar Julie Thezenas
Browse files

feat: variables

parent 1d9fffcf
No related branches found
No related tags found
No related merge requests found
@import 'variables';
$topic-height: 70; $topic-height: 70;
.custom-homepage-columns { .custom-homepage-columns {
...@@ -13,6 +14,7 @@ $topic-height: 70; ...@@ -13,6 +14,7 @@ $topic-height: 70;
.btn { .btn {
line-height: unset; line-height: unset;
@include border-radius;
} }
.loading-container { .loading-container {
...@@ -23,8 +25,9 @@ $topic-height: 70; ...@@ -23,8 +25,9 @@ $topic-height: 70;
flex-wrap: wrap; flex-wrap: wrap;
} }
.col { .col {
width: 50%;
@include border-radius; @include border-radius;
width: 50%;
@media screen and (max-width: 750px) { @media screen and (max-width: 750px) {
width: 100%; width: 100%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment