Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- #app_legal_mention {
- margin-top: 30px;
-
- .logo-acc {
- text-align: center;
- }
-
- .title {
- h1 {
- color: #568a73;
- font-size: 45px;
- margin-top: 80px;
- margin-bottom: 30px;
- font-family: dinbold;
- }
- }
-
- .description {
- font-family: dinregular;
- font-size: 17px;
- text-align: justify;
- }
-
- footer {
- margin-top: 50px;
- font-family: dinregular;
- color: #568a73;
- text-align: center;
-
- a {
- color: #568a73;
- font-family: dinbold;
-
- &:hover {
- text-decoration: underline;
- }
- }
- }
- }
|