mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-16 01:30:56 +03:00
33 lines
485 B
SCSS
33 lines
485 B
SCSS
.notification-divider {
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.notification-text {
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.notification-timestamp {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.notification-card {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.card-radius {
|
|
border-radius: 12px;
|
|
}
|
|
|
|
.dot {
|
|
height: 8px;
|
|
width: 8px;
|
|
background-color: red;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
position: absolute;
|
|
right: 8px;
|
|
top: 8px;
|
|
} |