Skip to content

Commit 9164647

Browse files
committed
删除一些masa.blazor已经内置的颜色,以防冲突
1 parent 8e86dbc commit 9164647

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

src/Masa.Stack.Components/wwwroot/css/standard.css

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,6 @@
3434
.masa.m-application .fill {
3535
background-color: #FFFFFF !important;
3636
}
37-
38-
.masa.m-application .success {
39-
background-color: #00B42A !important;
40-
}
41-
42-
.masa.m-application .remind {
43-
background-color: #FF7D00 !important;
44-
}
45-
46-
.masa.m-application .warning {
47-
background-color: #FF5252 !important;
48-
}
49-
50-
.masa.m-application .info {
51-
background-color: #37A7FF !important;
52-
}
53-
54-
.masa.m-application .yellow {
55-
background-color: #FFB547 !important;
56-
}
57-
58-
.masa.m-application .green {
59-
background-color: #05CD99 !important;
60-
}
61-
6237
/*
6338
color of text
6439
*/
@@ -90,14 +65,6 @@
9065
.masa.m-application .fill--text {
9166
color: #FFFFFF !important;
9267
}
93-
94-
.masa.m-application .yellow--text {
95-
color: #FFB547 !important;
96-
}
97-
98-
.masa.m-application .green--text {
99-
color: #05CD99 !important;
100-
}
10168
/*
10269
font
10370
*/

0 commit comments

Comments
 (0)