liljudd-website/src/styles/pages/config.scss

34 lines
454 B
SCSS

.config {
.text-center {
text-align: center;
}
.guildpfp {
width: 50px;
height: 50px;
border-radius: 100%;
}
label {
margin-right: 10px;
}
section,
a {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 4px;
padding: 1rem;
max-width: 1100px;
margin: 1rem auto;
width: 100%;
}
.sub {
margin-left: 10px;
&.disabled {
pointer-events: none;
opacity: 0.5;
}
}
}