v0.15.24
Added under construction warning label
This commit is contained in:
parent
8a05cceb20
commit
c23a9792e6
16
css/main.css
16
css/main.css
@ -585,6 +585,22 @@ ul {
|
||||
padding-bottom: 3rem;
|
||||
width: 100%;
|
||||
}
|
||||
.floor:nth-of-type(2), .floor:nth-of-type(3) {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-image: linear-gradient(135deg, #000000 25%, #ffd900 25%, #ffd900 50%, #000000 50%, #000000 75%, #ffd900 75%, #ffd900 100%);
|
||||
background-size: 84.85px 84.85px;
|
||||
margin-bottom: 4rem;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
.floor:nth-of-type(2) .h2, .floor:nth-of-type(3) .h2 {
|
||||
text-align: center;
|
||||
background: #ffde26;
|
||||
padding: 1rem 2rem;
|
||||
margin: 1rem 0;
|
||||
justify-self: center;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.big-icon {
|
||||
height: 2rem;
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -512,6 +512,24 @@ ul{
|
||||
.floor{
|
||||
padding-bottom: 3rem;
|
||||
width: 100%;
|
||||
&:nth-of-type(2),
|
||||
&:nth-of-type(3){
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-image: linear-gradient(135deg, #000000 25%, #ffd900 25%, #ffd900 50%, #000000 50%, #000000 75%, #ffd900 75%, #ffd900 100%);
|
||||
background-size: 84.85px 84.85px;
|
||||
margin-bottom: 4rem;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
&:nth-of-type(2) .h2,
|
||||
&:nth-of-type(3) .h2{
|
||||
text-align: center;
|
||||
background: #ffde26;
|
||||
padding: 1rem 2rem;
|
||||
margin: 1rem 0;
|
||||
justify-self: center;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
.big-icon{
|
||||
|
||||
@ -262,10 +262,10 @@
|
||||
</main>
|
||||
</section>
|
||||
<section id="floor_2" class="floor">
|
||||
<h4 class="h1">Under construction</h4>
|
||||
<h4 class="h2">Under construction</h4>
|
||||
</section>
|
||||
<section id="floor_3" class="floor">
|
||||
<h4 class="h1">Under construction</h4>
|
||||
<h4 class="h2">Under construction</h4>
|
||||
</section>
|
||||
</main>
|
||||
</article>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user