UNPKG
@datagouv/vue-toaster
Version:
latest (2.4.5)
2.4.5
Vue 3 toaster notification
github.com/datagouv/vue-toaster
datagouv/vue-toaster
@datagouv/vue-toaster
/
src
/
themes
/
default
/
variables.css
8 lines
(7 loc)
•
115 B
CSS
View Raw
1
2
3
4
5
6
7
8
:root
{
--success
:
#28a745
;
--info
:
#17a2b8
;
--warning
:
#ffc107
;
--error
:
#dc3545
;
--default
:
#343a40
; }