fleet/frontend/pages/UserSettingsPage/_styles.scss

44 lines
538 B
SCSS

.user-settings {
&__sandboxMode {
margin-top: 70px;
}
h1 {
margin: 0 0 $pad-xlarge;
}
h2 {
font-size: $x-small;
font-weight: $bold;
}
&__manage {
flex-grow: 1;
min-width: 542px;
}
.modal__modal_container {
width: 400px;
}
.secret-field__secret-input {
margin-bottom: 8px;
}
.info-banner {
margin-bottom: 24px;
p {
margin: 0;
}
}
.token-message {
margin-bottom: 2rem;
}
&__button-wrap {
display: flex;
justify-content: flex-end;
}
}