We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07faff commit 59bc3d3Copy full SHA for 59bc3d3
src/.vuepress/styles/index.styl
@@ -40,42 +40,30 @@
40
font-weight: 600;
41
margin-bottom: -0.4rem;
42
}
43
+
44
&.info {
45
border-color: #007bff;
-
46
- &::before {
47
- content: 'i';
48
- background-color: #007bff;
49
- }
50
51
&.tip {
52
border-color: #42b983;
53
54
55
- content: '✓';
56
- background-color: #42b983;
57
58
59
&.warning {
60
border-color: #dcbc1e;
61
- background-color: #f8f8f8;
62
63
64
65
- content: '⚠';
66
- background-color: #dcbc1e;
67
+ background-color: #f8f8f8;
68
69
&.danger {
70
border-color: #f66;
71
background-color: #f8f8f8;
72
73
74
&::before {
75
content: '!';
76
background-color: #f66;
77
78
79
&.details {
80
display: block;
81
position: relative;
0 commit comments