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

fix: Display blue border on ecogesture

parent f2a30d33
No related branches found
No related tags found
2 merge requests!690Dev,!689fix: Display blue border on ecogesture
......@@ -43,8 +43,15 @@
}
.styled-container {
line-height: 150%;
padding: 1.5rem 0.6rem 0;
margin: 0.5rem 0;
background: radial-gradient(
60.65% 30.62% at 50% 3.13%,
#2a2b30 0%,
#1b1c22 100%
);
border: 3px solid $blue-40;
padding: 1.5rem 0.6rem;
border-radius: 50px 1px 50px 1px;
margin: 1.5rem 0 1rem;
max-width: 500px;
.long-name {
text-align: center;
......@@ -62,7 +69,7 @@
.toggle-text {
text-align: center;
text-decoration: underline;
margin-top: 2rem;
margin-top: 1.5rem;
cursor: pointer;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment