header modified
This commit is contained in:
@@ -25,6 +25,8 @@ body, html {
|
||||
font-family: "PT Sans";
|
||||
}
|
||||
|
||||
/* CLASSES */
|
||||
|
||||
.logo {
|
||||
font-family: "Belanosima";
|
||||
text-decoration: none;
|
||||
@@ -32,27 +34,6 @@ body, html {
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.mt-9 {
|
||||
margin-top: 9rem !important;
|
||||
}
|
||||
|
||||
.panel-header {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
.panel-regular {
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.panel-yellow {
|
||||
background-color: rgba(255, 184, 58, 0.6);
|
||||
}
|
||||
|
||||
.panel {
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(25px);
|
||||
}
|
||||
|
||||
.main-button {
|
||||
--r:10px;
|
||||
--b:2px;
|
||||
@@ -102,6 +83,33 @@ body, html {
|
||||
-webkit-mask:none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.mt-9 {
|
||||
margin-top: 9rem !important;
|
||||
}
|
||||
|
||||
.panel-header {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
.panel-regular {
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.panel-yellow {
|
||||
background-color: rgba(255, 184, 58, 0.6);
|
||||
}
|
||||
|
||||
.panel {
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(25px);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.dropdown-menu-left {
|
||||
right: auto;
|
||||
left: 0;
|
||||
Reference in New Issue
Block a user