Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / less / profile.less
1 /*
2  * Page: Profile
3  * -------------
4  */
5
6 .profile-user-img {
7   margin: 0 auto;
8   width: 100px;
9   padding: 3px;
10   border: 3px solid @gray;
11 }
12
13 .profile-username {
14   font-size: 21px;
15   margin-top: 5px;
16 }
17
18 .post {
19   border-bottom: 1px solid @gray;
20   margin-bottom: 15px;
21   padding-bottom: 15px;
22   color: #666;
23   &:last-of-type {
24     border-bottom: 0;
25     margin-bottom: 0;
26     padding-bottom: 0;
27   }
28   .user-block {
29     margin-bottom: 15px;
30   }
31 }