mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-02 13:02:04 -04:00
Add response if we got any new dlcs or not #64
This commit is contained in:
@@ -162,16 +162,28 @@
|
||||
border-radius: var(--radius-sm);
|
||||
margin-bottom: 0.75rem;
|
||||
|
||||
.update-success-message {
|
||||
.update-message {
|
||||
color: var(--text-primary);
|
||||
font-weight: 600;
|
||||
font-size: 0.9rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.dlc-update-icon {
|
||||
color: var(--success);
|
||||
&.dlc-update-success {
|
||||
.update-message {
|
||||
.dlc-update-icon-success {
|
||||
color: var(--success);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.dlc-update-info {
|
||||
.update-message {
|
||||
.dlc-update-icon-info {
|
||||
color: var(--info);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user