Spaces:
Sleeping
Sleeping
File size: 263 Bytes
540b600 |
1 2 3 4 5 6 7 8 9 10 11 |
@import "../../css/colors.css";
@import "../../css/units.css";
.user-thumbnail {
width: $menu-bar-button-size;
height: $menu-bar-button-size;
border-radius: $form-radius;
vertical-align: middle;
box-shadow: 0 0 0 1px $ui-black-transparent;
}
|