Commit 72384d80c186533889a698a505940f7cb9a1a12f
1 parent
f801d115
Exists in
master
fix blocks alignments and add adjust members block about color
Showing
2 changed files
with
12 additions
and
2 deletions
Show diff stats
_sideblocks.sass
... | ... | @@ -30,6 +30,9 @@ |
30 | 30 | font-size: 15px |
31 | 31 | line-height: 30px |
32 | 32 | padding: 15px 15px 15px 55px |
33 | + | |
34 | +#content | |
35 | + .box-2 | |
33 | 36 | .members-block |
34 | 37 | border: 1px solid #DAE1C4 |
35 | 38 | border-radius: 5px |
... | ... | @@ -69,6 +72,7 @@ |
69 | 72 | .common-profile-list-block |
70 | 73 | .vcard |
71 | 74 | border: none |
75 | + width: 54px | |
72 | 76 | .profile_link |
73 | 77 | height: 50px |
74 | 78 | max-height: 50px |
... | ... | @@ -80,18 +84,21 @@ |
80 | 84 | display: none |
81 | 85 | .banner-div |
82 | 86 | a |
83 | - background: #ccc | |
87 | + background: #FA4F0B | |
84 | 88 | height: 40px |
85 | 89 | margin: 2px |
86 | 90 | padding: 0 |
87 | 91 | span |
88 | - color: #000 | |
92 | + color: #FFF | |
89 | 93 | font-family: 'Ubuntu' |
90 | 94 | font-size: 16px |
91 | 95 | font-weight: normal |
92 | 96 | line-height: 40px |
93 | 97 | text-align: center |
94 | 98 | width: 158px |
99 | + | |
100 | +#content | |
101 | + .box-2 | |
95 | 102 | .statistics-block |
96 | 103 | border: 1px solid #69677C |
97 | 104 | border-radius: 5px |
... | ... | @@ -105,6 +112,7 @@ |
105 | 112 | span |
106 | 113 | font-family: 'Ubuntu' |
107 | 114 | font-size: 13px |
115 | + line-height: 20px | |
108 | 116 | &.amount |
109 | 117 | font-weight: 700 |
110 | 118 | margin: 0 5px | ... | ... |