2023-02-21 15:31:19 +00:00
|
|
|
.custom-settings {
|
|
|
|
|
|
|
|
|
|
h2 {
|
2023-02-22 18:56:49 +00:00
|
|
|
margin-top: 0;
|
2023-02-21 15:31:19 +00:00
|
|
|
padding-bottom: $pad-small;
|
|
|
|
|
font-size: $medium;
|
|
|
|
|
font-weight: $regular;
|
|
|
|
|
color: $core-fleet-black;
|
|
|
|
|
border-bottom: solid 1px $ui-fleet-black-10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__description {
|
|
|
|
|
font-size: $x-small;
|
|
|
|
|
margin: $pad-xxlarge 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__profiles-header {
|
|
|
|
|
padding: $pad-medium $pad-large;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
font-size: $x-small;
|
|
|
|
|
font-weight: $bold;
|
|
|
|
|
border-bottom: 1px solid $ui-fleet-black-10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__profile-list {
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2023-04-27 15:10:41 +00:00
|
|
|
|
|
|
|
|
&__file-uploader {
|
|
|
|
|
margin-top: $pad-xxlarge;
|
|
|
|
|
}
|
2023-02-21 15:31:19 +00:00
|
|
|
}
|