mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 06:24:38 +04:00
21 lines
248 B
SCSS
21 lines
248 B
SCSS
.alert-avatar {
|
|
padding-left: 3.75rem;
|
|
|
|
.avatar {
|
|
position: absolute;
|
|
top: .5rem;
|
|
left: .75rem;
|
|
}
|
|
}
|
|
|
|
.alert{
|
|
a{
|
|
display: inline-block;
|
|
height:100%;
|
|
vertical-align: middle;
|
|
|
|
.icon {
|
|
height: 100%;
|
|
}
|
|
}
|
|
} |