20 lines
347 B
SCSS
20 lines
347 B
SCSS
/* Specific styles for the settings pages (profile, user account, privacy, services) */
|
|
#inner_account_delete {
|
|
width: 700px;
|
|
}
|
|
|
|
.as-selections #tags {
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.enclosed-checkbox label {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#profile_photo_upload .avatar {
|
|
height: auto;
|
|
width: auto;
|
|
max-width: 200px;
|
|
margin-bottom: 10px;
|
|
}
|