55 lines
884 B
CSS
55 lines
884 B
CSS
#account_dashboard .colstack_right .coldyn_block {
|
|
display: flex;
|
|
}
|
|
#dash_left {
|
|
padding: 18px;
|
|
padding-right: 0px;
|
|
padding-top: 11px;
|
|
padding-left: 0px;
|
|
width: 260px;
|
|
position: relative;
|
|
}
|
|
#dash_left .rowitem {
|
|
margin-top: 0px;
|
|
}
|
|
#dash_username {
|
|
display: flex;
|
|
}
|
|
#dash_username button {
|
|
margin-left: 6px;
|
|
}
|
|
#dash_left .rowitem img {
|
|
width: 100%;
|
|
margin-top: 8px;
|
|
margin-bottom: 4px;
|
|
margin-left: 0px;
|
|
margin-right: 12px;
|
|
}
|
|
#dash_avatar_buttons {
|
|
display: flex;
|
|
}
|
|
#dash_avatar_buttons button {
|
|
margin-left: 8px;
|
|
}
|
|
#dash_right {
|
|
width: 100%;
|
|
padding: 16px;
|
|
padding-top: 3px;
|
|
padding-left: 8px;
|
|
padding-right: 0px;
|
|
}
|
|
|
|
.account_soon, .dash_security {
|
|
font-size: 13px;
|
|
color: rgba(255, 80, 80, 1);
|
|
}
|
|
.rowmenu .account_soon, .rowmenu .dash_security {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.validated_email {
|
|
color: rgb(0, 170, 0);
|
|
}
|
|
.invalid_email {
|
|
color: crimson;
|
|
} |