discourse/app/assets/stylesheets/mobile/user.scss

259 lines
4.0 KiB
SCSS
Raw Normal View History

// Mobile styles for "/user" section
2013-09-05 15:37:07 -04:00
2013-10-10 12:48:26 -04:00
.user-main {
margin-top: s(3);
2014-10-27 23:35:16 -04:00
.user-content {
box-sizing: border-box;
background-color: $secondary;
margin-top: s(3);
2014-10-27 23:35:16 -04:00
table {
width: 100%;
margin-top: s(3);
2014-10-27 23:35:16 -04:00
}
}
2013-10-10 12:48:26 -04:00
.about {
margin-bottom: 0;
2014-10-27 23:35:16 -04:00
color: $secondary;
.secondary {
margin-bottom: s(3);
2014-10-27 23:35:16 -04:00
dl {
padding: s(2) 0;
2014-10-27 23:35:16 -04:00
}
}
2013-09-05 15:37:07 -04:00
2013-10-10 12:48:26 -04:00
.details {
background: $secondary;
2013-10-10 12:48:26 -04:00
h1 {
2018-01-12 17:27:38 -05:00
line-height: $line-height-small;
}
h2 {
2018-01-12 17:27:38 -05:00
line-height: $line-height-medium;
2013-10-10 12:48:26 -04:00
}
.user-profile-avatar {
.avatar-flair {
right: 2px;
}
display: block;
float: none;
margin: s(2 auto);
img.avatar {
float: none;
}
}
.user-profile-names {
text-align: center;
}
.location-and-website {
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size: $font-0;
.d-icon {
width: 0.8em;
height: 0.8em;
margin-right: 0.25em;
}
a {
text-decoration: underline;
}
}
.user-profile-location {
margin-right: 1em;
}
.user-profile-location,
.user-profile-website {
justify-content: center;
display: flex;
align-items: center;
2013-10-10 12:48:26 -04:00
}
}
.primary {
display: flex;
flex-wrap: wrap;
color: $primary;
.avatar {
margin: 0 0 s(3);
}
.primary-textual {
flex: 1 1 100%;
word-break: break-word;
margin: 0;
}
.bio {
color: $primary;
margin: 0 auto s(2);
max-width: 700px;
text-align: center;
}
}
&.has-background {
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
.user-profile-avatar {
margin-top: s(-24);
}
.details {
margin-top: 200px;
}
2013-09-05 15:37:07 -04:00
}
2013-10-10 12:48:26 -04:00
.controls {
order: 3;
flex: 1 1 25%;
margin-left: auto;
2014-11-02 00:44:56 -04:00
ul {
margin: 0;
display: flex;
flex: 1 1 auto;
flex-wrap: wrap;
margin-left: -1em;
li,
> span {
display: flex;
flex: 1 1 45%;
margin-left: 1em;
button,
a {
width: 100%;
}
}
}
.user-profile-controls-outlet {
2019-03-20 16:04:47 -04:00
margin: 0 0 0 1em;
li {
margin: 0;
}
2014-11-02 00:44:56 -04:00
}
2014-10-27 23:35:16 -04:00
a {
flex: 1 1 auto;
min-width: 120px;
}
}
2013-10-10 12:48:26 -04:00
}
2013-09-05 15:37:07 -04:00
2014-10-27 23:35:16 -04:00
.user-field {
label {
width: auto;
text-align: left;
2014-10-27 23:35:16 -04:00
font-weight: bold;
}
}
2014-10-27 23:35:16 -04:00
}
.user-main .collapsed-info.about.has-background {
background-image: none !important; // todo: make changes to behavior to remove this
.details {
margin-top: 0;
}
}
.user-main .collapsed-info.about .details {
display: flex;
.user-profile-avatar {
margin: 0;
flex: 0 0 auto;
align-self: flex-start;
}
.primary .primary-textual {
flex: 1 0 80%;
margin: 0;
}
.user-profile-names {
text-align: left;
}
.controls {
margin: s(2) 0 s(3);
border-bottom: 1px solid $primary-low;
}
}
.form-horizontal .control-group.category {
margin-top: 18px;
}
2014-10-27 23:35:16 -04:00
.paginated-topics-list {
margin-top: 20px;
2013-09-05 15:37:07 -04:00
}
.stats-section {
li {
margin: 0 15px 10px 0;
padding: 0;
&.linked-stat {
a {
padding: 0;
}
}
}
}
2016-03-26 04:30:20 -04:00
.badge-card.medium {
width: 100%;
2016-03-26 04:30:20 -04:00
}
2016-03-28 02:39:56 -04:00
.user-badges {
margin-bottom: 2em;
}
.user-preferences {
.instructions {
margin-top: s(1);
}
.controls-dropdown {
margin-bottom: s(4);
}
.delete-account {
overflow: hidden;
}
.checkbox-label {
display: flex;
overflow: auto;
width: 100%;
padding: 5px 0;
input {
margin-right: 5px;
2018-05-14 11:11:16 -04:00
flex: 0 0 auto;
}
}
.apps .controls button {
float: right;
}
2016-03-28 02:39:56 -04:00
}
.staff-counters {
margin-bottom: s(4);
}
.user-right {
&,
> .user-stream {
> .alert:first-child {
margin-top: 20px;
}
}
}