Skip to content
Snippets Groups Projects
Verified Commit 581d8970 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

upate: .no-sidebar separated into .no-sidebar + .with-padding

parent e26b5f45
No related branches found
No related tags found
3 merge requests!171Feature/job board,!163minor: Utility Classes & Responsive,!154Feature/utility classes
...@@ -154,17 +154,6 @@ h5 { ...@@ -154,17 +154,6 @@ h5 {
font-size: 2rem; font-size: 2rem;
} }
<<<<<<< HEAD
%padding-main {
padding: 1.3rem;
}
%padding-block {
padding: 3.2rem;
}
=======
>>>>>>> d9b2c89... update: flex class added in other files + %padding removed
.avatar { .avatar {
align-items: center; align-items: center;
background-color: var(--color-avatar-background); background-color: var(--color-avatar-background);
......
.no-sidebar { .no-sidebar {
flex: 1; flex: 1;
<<<<<<< HEAD
&.with-padding { &.with-padding {
@extend %padding-main; padding: 1.3rem;
} }
=======
padding: 5rem;
>>>>>>> d9b2c89... update: flex class added in other files + %padding removed
} }
.with-sidebar { .with-sidebar {
......
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