frontend: Système d'onglets pour /functions/slug

This commit is contained in:
Divlo
2020-03-23 21:22:41 +01:00
parent 0f8c1d3569
commit 53330095be
9 changed files with 185 additions and 20 deletions

View File

@ -26,9 +26,6 @@ p {
font-size: 18px;
line-height: 1.9;
}
h2 {
font-size: 1.8em;
}
a:hover {
text-decoration: underline;
}
@ -76,6 +73,10 @@ a:hover {
.align-items-center {
align-items: center;
}
.title-important {
color: var(--important);
font-weight: 500;
}
a, .important {
color: var(--important);
text-decoration: none;

View File

@ -0,0 +1,18 @@
.FunctionComponent__top {
display: flex;
align-items: center;
position: relative;
flex-direction: column;
word-wrap: break-word;
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, .25);
border: 1px solid black;
border-radius: 1rem;
margin-top: 50px;
}
.FunctionComponent__title {
margin: 0;
}
.FunctionComponent__description {
word-break: break-all;
margin-bottom: 0;
}

View File

@ -4,9 +4,6 @@
justify-content: center;
align-items: center;
}
.Home__title-important {
font-weight: 500;
}
.Home__logo-spin {
cursor: pointer;
}