mootfrost-dev/static/resources/styles/index.style.css

29 lines
No EOL
726 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@import url(style.css);
/* Применение своих параметров к блоку заголовка */
.title-container {
}
/* Применение своих параметров к блоку ссылок на социальные сети */
.socials-container {
}
/* Применение своих параметров к блоку ссылок на страницы */
.links-container {
margin-top: 20px;
}
/* Стили после этого комментария редактированию НЕ ПОДЛЕЖАТ */
.links-container a {
text-decoration: none;
color: white;
}
.title-menu {
width: fit-content;
background-color: rgba(0, 0, 0, 0);
pointer-events: none;
}