mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
80 lines
1.2 KiB
SCSS
80 lines
1.2 KiB
SCSS
.user-side-panel {
|
|
&__change-avatar {
|
|
position: relative;
|
|
padding: 0 0 20px;
|
|
|
|
a {
|
|
display: block;
|
|
text-align: center;
|
|
position: relative;
|
|
z-index: 1;
|
|
text-decoration: none;
|
|
margin-top: $pad-xsmall;
|
|
}
|
|
}
|
|
|
|
&__header {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
margin: $pad-large 0 $pad-xsmall;
|
|
}
|
|
|
|
&__description {
|
|
font-size: $x-small;
|
|
font-style: italic;
|
|
margin: $pad-xsmall 0;
|
|
}
|
|
|
|
&__avatar {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
&__more-info-detail {
|
|
color: $core-fleet-black;
|
|
|
|
.fleeticon {
|
|
color: $ui-gray;
|
|
font-size: 18px;
|
|
margin-right: 11px;
|
|
}
|
|
}
|
|
|
|
&__button {
|
|
width: 100%;
|
|
}
|
|
|
|
&__last-updated {
|
|
font-size: $x-small;
|
|
font-style: italic;
|
|
margin: 4px 0 $pad-large;
|
|
}
|
|
|
|
&__confirm-update {
|
|
margin-bottom: $pad-medium;
|
|
}
|
|
|
|
&__secret-label {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
margin: 0 0 $pad-xsmall;
|
|
}
|
|
|
|
&__button-wrap {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
&__version {
|
|
font-size: $xx-small;
|
|
text-align: center;
|
|
display: block;
|
|
margin-top: $pad-large;
|
|
}
|
|
|
|
&__privacy-policy {
|
|
text-align: center;
|
|
display: block;
|
|
margin-top: $pad-xlarge;
|
|
}
|
|
}
|