update
This commit is contained in:
parent
1b658bb904
commit
74a3c54e87
1 changed files with 158 additions and 137 deletions
|
@ -4,6 +4,7 @@
|
||||||
.user {
|
.user {
|
||||||
.container {
|
.container {
|
||||||
.grid {
|
.grid {
|
||||||
|
.five.column {
|
||||||
.card {
|
.card {
|
||||||
background: $bg50;
|
background: $bg50;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -16,11 +17,21 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.extra.content {
|
.extra.content {
|
||||||
ul {
|
ul.text.black {
|
||||||
color: $white;
|
color: $white;
|
||||||
li:not(:last-child) {
|
li {
|
||||||
|
@if $nojavascript == true {
|
||||||
|
padding: 10px 20px;
|
||||||
|
}
|
||||||
|
&:not(:last-child) {
|
||||||
border-bottom: 1px solid $bg60;
|
border-bottom: 1px solid $bg60;
|
||||||
}
|
}
|
||||||
|
svg {
|
||||||
|
@if $nojavascript == true {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
color: $white-light;
|
color: $white-light;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -30,6 +41,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
.eleven.column {
|
||||||
.secondary.pointing.menu {
|
.secondary.pointing.menu {
|
||||||
background: $bg70;
|
background: $bg70;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -152,12 +165,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* user: profile public activity */
|
/* user: profile public activity */
|
||||||
|
|
||||||
.user.profile {
|
.user.profile {
|
||||||
.container {
|
.container {
|
||||||
.grid {
|
.grid {
|
||||||
|
.eleven.column {
|
||||||
|
#user-heatmap {
|
||||||
|
@if $nojavascript == true {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
.feeds {
|
.feeds {
|
||||||
.news {
|
.news {
|
||||||
.content {
|
.content {
|
||||||
|
@ -178,6 +198,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* user: signin */
|
/* user: signin */
|
||||||
|
|
||||||
|
|
Reference in a new issue