+/* todo
.userProfile .sidebar {
- position: relative;
-
- > section {
- // TODO: background-color: $wcfContentBackgroundAccent;
- border-radius: 0;
- // TODO: color: $wcfContentTextAccent;
-
- a,
- dd,
- h1 {
- // TODO: color: $wcfContentTextAccent;
- }
-
- &:first-child {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- }
-
- &:last-child {
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
- }
-
- &:not(:first-child) {
- margin-top: 0;
-
- &:before {
- // TODO: border-top: 2px solid $wcfContentBorderAccent;
- content: "";
- left: 0;
- margin-top: -15px;
- position: absolute;
- right: 0;
- }
- }
- }
-
> .userDetails {
position: relative;
text-align: center;
}
}
}
-/*
-.username {
- @extend .wcfFontHeadline;
-}*/
+*/
.userAvatarList {
display: flex;
flex-wrap: wrap;
- margin-bottom: -10px;
+ margin-bottom: -15px;
> li {
flex: 0 0 25%;
- margin-bottom: 10px;
+ margin-bottom: 15px;
text-align: center;
> a {
align-items: center;
}
}
+
+.likeList {
+ > .likeTypeSelection {
+ text-align: right;
+
+ &:hover {
+ background-color: transparent;
+ }
+
+ > .buttonGroup {
+ display: inline-flex;
+
+ &:not(:first-child) {
+ margin-left: 5px;
+ }
+ }
+ }
+}