f82c14259b
* projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
16 lines
208 B
SCSS
16 lines
208 B
SCSS
.explore-title {
|
|
text-align: center;
|
|
|
|
h3 {
|
|
font-weight: normal;
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
|
|
.explore-trending-block {
|
|
.lead {
|
|
line-height: 32px;
|
|
font-size: 18px;
|
|
margin-top: 10px;
|
|
}
|
|
}
|