mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
44 lines
538 B
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;
|
|
}
|
|
}
|