github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/themes/tempra_simple/public/account.css (about)

     1  #back {
     2  	width: 100%;
     3  }
     4  .sidebar {
     5  	display: none;
     6  }
     7  
     8  #account_dashboard .colstack_right .coldyn_block {
     9  	display: flex;
    10  }
    11  #dash_left .rowitem {
    12  	border: 1px solid hsl(0,0%,85%);
    13  }
    14  #dash_left img {
    15  	display: block;
    16  	height: 82px;
    17  	width: 82px;
    18  	margin-left: auto;
    19  	margin-right: auto;
    20  	margin-top: 8px;
    21  	margin-bottom: 8px;
    22  }
    23  #dash_username {
    24  	display: flex;
    25  	height: 26px;
    26  }
    27  #dash_username input {
    28  	margin-right: 8px;
    29  	width: 100px;
    30  	padding-left: 8px;
    31  	padding-top: 4px;
    32  }
    33  #dash_username .formbutton {
    34  	padding: 5px;
    35  	padding-top: 4px;
    36  	font-size: 14px;
    37  }
    38  #dash_avatar_buttons {
    39  	display: flex;
    40  }
    41  #dash_right {
    42  	width: 100%;
    43  }
    44  #dash_right .rowitem {
    45  	border: 1px solid hsl(0,0%,85%);
    46  	margin-left: 8px;
    47  }
    48  #dash_right .rowitem:not(:last-child) {
    49  	margin-bottom: 8px;
    50  }
    51  .account_soon, .dash_security {
    52  	font-size: 14px;
    53  	color: maroon;
    54  }
    55  
    56  .validated_email {
    57  	color: green;
    58  }
    59  .invalid_email {
    60  	color: crimson;
    61  }