Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.avatar {
text-decoration:none;
background:#135f7f;
color:white;
width:100px;
height:100px;
border-radius:5px;
display:block;
overflow:hidden;
margin: 5px;
}
.form-group{
margin:0px;
}
.vertical-divider{
height: 80%;
}
.avatarAccount {
border: solid 3px #F99830;
height: 45px !important;
width: 45px !important;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.accountInfo {
margin-left: 20px !important;
display: flex !important;
span {
flex: 1;
align-items: center;
display: flex;
}
}