AltitudeWeb/frontend/src/app/rules/rules.component.scss
Teriuihi de989ad5a0 Add rules page and enhance home slider functionality
Introduced a new "Rules" component with its routing, templates, and styles, outlining server rules. Enhanced the home slider with navigation dots, updated click events, and improved styling for active/inactive indicators. Also modified the header component to support dynamic height styling.
2025-04-05 21:22:59 +02:00

59 lines
905 B
SCSS

@media (max-width: 1000px) {
main .container {
text-align: left;
}
.list {
text-align: left;
}
}
@media (max-width: 670px) {
main .container {
text-align: center;
}
.list {
margin-left: 50px;
}
}
.highlighted-content {
width: 70%;
background: var(--color-quaternary);
padding: 20px;
margin: auto auto 30px;
text-align: center;
border-radius: 5px;
transition: 0.5s ease;
}
.highlighted-content p {
margin-bottom: 0 !important;
}
.full-page-list {
margin-left: 70px;
font-family: 'opensans', sans-serif;
margin-bottom: 30px;
color: var(--font-color);
transition: 0.5s ease;
}
.full-page-list-2 {
margin-left: 70px;
font-family: 'opensans', sans-serif;
margin-bottom: 0;
}
.list > li {
margin-left: 70px;
font-family: 'opensans', sans-serif;
color: var(--font-color);
transition: 0.5s ease;
}
.copy-link {
cursor: pointer;
}