parent
dbc85fe8be
commit
549261337b
|
@ -166,11 +166,11 @@
|
||||||
[:div.commiteth-footer-header "Community"]
|
[:div.commiteth-footer-header "Community"]
|
||||||
[:ul.commiteth-footer-list
|
[:ul.commiteth-footer-list
|
||||||
[:li.commiteth-footer-link
|
[:li.commiteth-footer-link
|
||||||
[:a {:href "https://wiki.status.im/"}
|
[:a {:href "https://wiki.status.im/"}
|
||||||
"Wiki"]]
|
"Wiki"]]
|
||||||
[:li.commiteth-footer-link
|
[:li.commiteth-footer-link
|
||||||
[:a {:href "https://status.im/jobs.html"}
|
[:a {:href "https://status.im/jobs.html"}
|
||||||
"Jobs"]]]]
|
"Jobs"]]]]
|
||||||
[:div.commiteth-footer-table__column
|
[:div.commiteth-footer-table__column
|
||||||
[:div.commiteth-footer-header "Language"]
|
[:div.commiteth-footer-header "Language"]
|
||||||
[:ul.commiteth-footer-list
|
[:ul.commiteth-footer-list
|
||||||
|
@ -185,10 +185,9 @@
|
||||||
show-top-hunters? #(contains? #{:bounties :activity} @current-page)]
|
show-top-hunters? #(contains? #{:bounties :activity} @current-page)]
|
||||||
(fn []
|
(fn []
|
||||||
[:div.ui.pusher
|
[:div.ui.pusher
|
||||||
[:div.vertical.commiteth-background.wide]
|
|
||||||
[page-header]
|
[page-header]
|
||||||
[:div.ui.vertical.segment
|
[:div.ui.vertical.segment
|
||||||
[:div.ui.container.page
|
[:div.ui.container
|
||||||
[:div.ui.grid.stackable
|
[:div.ui.grid.stackable
|
||||||
[:div {:class (str (if (show-top-hunters?) "ten" "sixteen")
|
[:div {:class (str (if (show-top-hunters?) "ten" "sixteen")
|
||||||
" wide computer sixteen wide tablet column")}
|
" wide computer sixteen wide tablet column")}
|
||||||
|
|
|
@ -45,21 +45,12 @@
|
||||||
|
|
||||||
|
|
||||||
.commiteth-header {
|
.commiteth-header {
|
||||||
|
background-color: #57a7ed!important;
|
||||||
border-radius: 0em;
|
border-radius: 0em;
|
||||||
padding-top: 1.5em;
|
padding-top: 1.5em;
|
||||||
padding-bottom: 2.5em;
|
padding-bottom: 2.5em;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.commiteth-background {
|
|
||||||
background-color: #57a7ed!important;
|
|
||||||
width: 100%;
|
|
||||||
height: 150px;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
z-index: -2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status-logo {
|
.status-logo {
|
||||||
width: 42px;
|
width: 42px;
|
||||||
|
@ -182,7 +173,8 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: none;
|
border: none;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
visibility: hidden;
|
z-index: 999;
|
||||||
|
transform: translate(100%, -100%);
|
||||||
.item>a {
|
.item>a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
pointer: default;
|
pointer: default;
|
||||||
|
@ -438,10 +430,6 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.container.page {
|
|
||||||
z-index: -1;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.cards>.card {
|
.ui.cards>.card {
|
||||||
border: #e7e7e7 solid 0.1em;
|
border: #e7e7e7 solid 0.1em;
|
||||||
|
|
Loading…
Reference in New Issue