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