1
0
Fork 0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-04-27 05:54:44 +00:00

Match notification font size to rest of the UI ()

This commit is contained in:
Divya Jain 2022-11-07 03:21:06 +05:30 committed by GitHub
parent b417edf8c1
commit bb99d5cb6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ body,
}
.vue-notification .notification-title {
@apply font-normal;
@apply font-normal text-base;
}
.vue-notification.success {