Profile pages now display user status.
This commit is contained in:
parent
6445950f90
commit
1384b02f4d
11 changed files with 119 additions and 5 deletions
|
|
@ -24,6 +24,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
|
||||
.panel.profile-name{
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.panel.profile-status{
|
||||
text-align: center;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.panel.profile-img{
|
||||
|
|
|
|||
|
|
@ -56,6 +56,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
#profile-status{
|
||||
margin: 0;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
#profile-img{
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
--accent0-alt1: rgb(70, 70, 70);
|
||||
--accent1: rgb(245, 245, 245);
|
||||
--accent1-alt0: rgb(185, 185, 185);
|
||||
--accent1-alt1: rgb(124, 124, 124);
|
||||
--accent2: var(--accent0-alt0);
|
||||
|
||||
--focus0: rgb(51, 153, 51);
|
||||
|
|
@ -157,6 +158,14 @@ textarea{
|
|||
text-shadow: var(--focus-glow0);
|
||||
}
|
||||
|
||||
.positive-low{
|
||||
color: var(--focus0);
|
||||
}
|
||||
|
||||
.inactive{
|
||||
color: var(--accent1-alt1);
|
||||
}
|
||||
|
||||
.danger-button{
|
||||
background-color: var(--danger0);
|
||||
color: var(--accent1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue