mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
initial commit.
This commit is contained in:
30
styles/user.scss
Normal file
30
styles/user.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
// .member {
|
||||
// position: relative;
|
||||
// padding: 15px 25px;
|
||||
// border-top: 1px solid rgba(255,255,255,0.05) !important;
|
||||
|
||||
// .member-avatar {
|
||||
// background-color: $blue;
|
||||
// font-family: $main-font;
|
||||
// color: white;
|
||||
// display: inline-block;
|
||||
// height: 30px;
|
||||
// width: 30px;
|
||||
// line-height: 30px;
|
||||
// text-align: center;
|
||||
// border-radius: $radius;
|
||||
// background-size: cover;
|
||||
// background-position: center;
|
||||
// margin-right: 10px;
|
||||
// float: left;
|
||||
// }
|
||||
|
||||
// .member-email,
|
||||
// .member-name {
|
||||
// font-weight: 300;
|
||||
// opacity: 0.5;
|
||||
// overflow: hidden;
|
||||
// text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
// }
|
||||
// }
|
||||
Reference in New Issue
Block a user