Skip to content
Snippets Groups Projects
Commit 2b15d9e5 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix more css

parent e03432c0
No related branches found
No related tags found
1 merge request!778Resolve "Retours canary 2.0.1"
@import '../../styles/base/color'; @import '../../styles/base/color';
.slide { .slide {
margin: 1rem 1rem 1rem 0; margin: 0 1rem 0 0;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55); box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
border-radius: 4px; border-radius: 4px;
transition: all 300ms ease; transition: all 300ms ease;
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
width: 100%; width: 100%;
height: inherit; height: inherit;
box-sizing: border-box; box-sizing: border-box;
padding: 5% 10%; padding: 1rem;
transition: all 300ms ease; transition: all 300ms ease;
border-radius: 4px; border-radius: 4px;
} }
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
justify-content: space-between; justify-content: space-between;
gap: 1rem; gap: 1rem;
align-items: center; align-items: center;
padding: 5% !important;
.challengeName { .challengeName {
text-align: center; text-align: center;
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
gap: 1rem;
} }
.titleBlock { .titleBlock {
position: absolute; position: absolute;
...@@ -33,8 +34,7 @@ ...@@ -33,8 +34,7 @@
background: $grey-linear-gradient-background; background: $grey-linear-gradient-background;
height: 24%; height: 24%;
max-height: 90px; max-height: 90px;
margin: 0.5rem 0; padding: 1rem;
padding: 8%;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55); box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
border-radius: 4px; border-radius: 4px;
color: $grey-bright; color: $grey-bright;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment