frontend: Système d'onglets pour /functions/slug
This commit is contained in:
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