No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.parent2 { | |||
width: 75px; | |||
height: 75px; | |||
} | |||
.main-pagee.main-pagee--button { | .main-pagee.main-pagee--button { | ||
overflow: hidden; | overflow: hidden; | ||
| Line 40: | Line 48: | ||
.main-pagee { | .main-pagee { | ||
position: relative; | position: relative; | ||
padding: | padding: 0; | ||
background: var( --color-surface-1 ); | background: var( --color-surface-1 ); | ||
border-radius: 10px; | border-radius: 10px; | ||
Revision as of 07:09, 15 June 2024
.parent2 {
width: 75px;
height: 75px;
}
.main-pagee.main-pagee--button {
overflow: hidden;
padding: 0;
background: #242a31;
border: 0;
}
.main-pagee a{
margin-top: 25px;
font-size: 10px;
}
.main-pagee--button a {
display: flex;
height: 100%;
justify-content: center;
align-items: center;
padding: 0;
background: transparent;
color: #fff;
font-weight: normal;
}
.main-pagee--button img {
transition: transform 250ms ease;
}
.main-pagee--button:hover img {
transform: scale(1.1);
}
.main-pagee--button .main-pagee__background a {
padding: 0;
}
.main-pagee--col2 {
grid-column: span 2;
}
.main-pagee {
position: relative;
padding: 0;
background: var( --color-surface-1 );
border-radius: 10px;
font-size: 50px;
}
#main-pagee-discord {
background: #5865f2;
}