Edited frontpage
This commit is contained in:
Vendored
+28
@@ -307,6 +307,34 @@ a {
|
||||
background-color: #00788a;
|
||||
}
|
||||
|
||||
.block-container {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.block {
|
||||
color: white;
|
||||
padding: 1em 2em;
|
||||
border-radius: 4px;
|
||||
background-color: #00788a;
|
||||
}
|
||||
|
||||
.links {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 8px;
|
||||
height: 2rem;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.link {
|
||||
height: 2rem;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
align-self: center;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.toggle {
|
||||
--uiToggleSize: var(--toggleSize, 20px);
|
||||
--uiToggleIndent: var(--toggleIndent, .4em);
|
||||
|
||||
Vendored
+28
@@ -307,6 +307,34 @@ a {
|
||||
background-color: #00788a;
|
||||
}
|
||||
|
||||
.block-container {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.block {
|
||||
color: white;
|
||||
padding: 1em 2em;
|
||||
border-radius: 4px;
|
||||
background-color: #00788a;
|
||||
}
|
||||
|
||||
.links {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 8px;
|
||||
height: 2rem;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.link {
|
||||
height: 2rem;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
align-self: center;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.toggle {
|
||||
--uiToggleSize: var(--toggleSize, 20px);
|
||||
--uiToggleIndent: var(--toggleIndent, .4em);
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
Reference in New Issue
Block a user