Skip to content
Snippets Groups Projects
Commit e38a2e87 authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

fix css file

parent 0ac46030
No related branches found
No related tags found
3 merge requests!28Merge fix from dev,!27Dev,!19Features/us135 cta enedis activation
......@@ -122,34 +122,6 @@ body {
}
}
.cta-box {
background-color:rgba(18, 18, 18, 0.7);
position: absolute;
padding: 0rem 1rem 0rem 0rem;
z-index: 1;
display: flex;
justify-content: center;
flex-direction: column;
@media #{$large-phone} {
height: 26.5rem;
}
height: 34.5rem;
.cta-box-header {
text-align: center;
font-weight: bold;
letter-spacing: 0.2px;
margin-bottom: 1.5em;
color: $text-bright;
}
.cta-box-button {
margin-left: auto;
margin-right: auto;
width: 80%;
}
}
[role='main'] {
/* width */
&::-webkit-scrollbar {
......
......@@ -126,3 +126,32 @@
}
}
}
// Enedis Half Hour Load Activation
.cta-box {
background-color:rgba(18, 18, 18, 0.7);
position: absolute;
padding: 0rem 1rem 0rem 0rem;
z-index: 1;
display: flex;
justify-content: center;
flex-direction: column;
@media #{$large-phone} {
height: 26.5rem;
}
height: 34.5rem;
.cta-box-header {
text-align: center;
font-weight: bold;
letter-spacing: 0.2px;
margin-bottom: 1.5em;
color: $text-bright;
}
.cta-box-button {
margin-left: auto;
margin-right: auto;
width: 80%;
}
}
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