Importation des concours
This commit is contained in:
44
public/assets/sass/framework/_error-page.scss
Normal file
44
public/assets/sass/framework/_error-page.scss
Normal file
@@ -0,0 +1,44 @@
|
||||
.error-page{
|
||||
text-align: center;
|
||||
padding: 40px 16px;
|
||||
max-width: 300px;
|
||||
margin: auto;
|
||||
.icon-box{
|
||||
font-size: 86px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.title{
|
||||
font-size: $fontSizeHeadingLarge;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
#countDown{
|
||||
font-size: 20px;
|
||||
font-weight: $bold;
|
||||
text-transform: uppercase;
|
||||
color: $colorHeading;
|
||||
margin: 0 -40px;
|
||||
.alert{
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
text-transform: none;
|
||||
}
|
||||
> div{
|
||||
display: inline-block;
|
||||
width: 70px;
|
||||
border: 1px solid $colorLine;
|
||||
margin: 5px;
|
||||
text-align: center;
|
||||
border-radius: $borderRadius;
|
||||
padding: 10px 5px;
|
||||
p{
|
||||
margin: 0;
|
||||
}
|
||||
span{
|
||||
display: block;
|
||||
font-weight: $regular;
|
||||
color: $colorLight;
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user