|
123456789101112131415161718192021222324 |
-
- .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;
- }
- }
- }
- }
|