AutorÃa | Ultima modificación | Ver Log |
.addGroupTab {
height: 100%;
position: relative;
form {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
}
.label {
margin-bottom: 0.5rem;
font-size: 1.2rem;
}
.input {
width: 80%;
padding: 0.5rem;
font-size: 1.2rem;
border-radius: 5px;
border: none;
box-shadow: $light-shadow;
}
.buttonsContainer {
margin-top: 1rem;
}
.button {
padding: 0.5rem;
font-size: 1rem;
background-color: $button-bg;
color: $button-text-color;
border-radius: 5px;
& + & {
margin-left: 1rem;
}
}