mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-04 05:32:22 +00:00
Match notification font size to rest of the UI (#1399)
This commit is contained in:
parent
b417edf8c1
commit
bb99d5cb6d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ body,
|
||||||
}
|
}
|
||||||
|
|
||||||
.vue-notification .notification-title {
|
.vue-notification .notification-title {
|
||||||
@apply font-normal;
|
@apply font-normal text-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vue-notification.success {
|
.vue-notification.success {
|
||||||
|
|
Loading…
Reference in a new issue