You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- .online-index {
- .box {
- overflow: hidden;
-
- &.box-user {
- height: 150px;
- }
-
- &.box-producer {
- height: 250px;
- }
-
- .profile-username {
- font-family: 'Source Sans Pro',sans-serif;
- font-weight: normal;
- font-size: 18px;
-
- a {
- color: #333;
- }
- }
- }
- }
|