mirror of
https://github.com/tabler/tabler.git
synced 2026-07-18 03:21:41 +04:00
avatars
This commit is contained in:
+9
-10
@@ -18,6 +18,14 @@
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.badge {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 0 2px white;
|
||||
}
|
||||
|
||||
@at-root a#{&} {
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -32,16 +40,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.avatar-status {
|
||||
position: absolute;
|
||||
right: -2px;
|
||||
bottom: -2px;
|
||||
width: .75rem;
|
||||
height: .75rem;
|
||||
background: #98a9bc;
|
||||
border: 2px solid #fff;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
|
||||
.avatar-list {
|
||||
padding: 0;
|
||||
|
||||
@@ -32,3 +32,7 @@
|
||||
background-color: transparent;
|
||||
border: 1px solid currentColor;
|
||||
}
|
||||
|
||||
.badge-pill {
|
||||
border-radius: 100px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user