frontend: Système d'onglets pour /functions/slug
This commit is contained in:
@ -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;
|
||||
|
18
website/public/css/pages/FunctionComponent.css
Normal file
18
website/public/css/pages/FunctionComponent.css
Normal 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;
|
||||
}
|
@ -4,9 +4,6 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.Home__title-important {
|
||||
font-weight: 500;
|
||||
}
|
||||
.Home__logo-spin {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user