Skip to content
Snippets Groups Projects
Commit 299bfc1c authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Fix card design

parent 7383906c
Branches
Tags
1 merge request!305Fix card design
@import '../../styles/base/color';
@import '../../styles/base/breakpoint';
.action-done-container {
max-width: 600px;
......@@ -6,7 +7,9 @@
width: 100%;
padding: 1.5rem;
box-sizing: border-box;
min-height: 75vh;
display: flex;
flex-direction: column;
.action-done {
box-sizing: border-box;
display: flex;
......@@ -15,11 +18,14 @@
justify-content: center;
text-align: center;
width: 100%;
padding: 1.2rem;
min-height: 75vh;
padding: 3rem 1.2rem;
margin: auto;
color: white;
background: linear-gradient(180deg, #323339 0%, #25262b 100%);
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
@media all and(max-width:$width-large-phone) {
min-height: 75vh;
}
.result-title {
font-size: 1.8rem;
color: white;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment