Skip to content

Commit 9732c82

Browse files
committed
put back alert.less
1 parent e311f6f commit 9732c82

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

src/components/Alert/_alert.less

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
@import "ui-variables";
2+
3+
.cr-alert.pass {
4+
button {
5+
span {
6+
color: @background-color-success;
7+
}
8+
}
9+
}
10+
.cr-alert.fail {
11+
button {
12+
span {
13+
color: @background-color-error;
14+
}
15+
}
16+
}
17+
.cr-alert.note {
18+
button {
19+
span {
20+
color: @background-color-info;
21+
}
22+
}
23+
}
24+
25+
.cr-alert-replay {
26+
display: inline-block;
27+
margin-left: 10px;
28+
margin-right: 10px;
29+
}

src/components/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import 'ui-variables';
22
@import './AppMenu/_app-menu';
3-
@import './alert/_alert';
3+
@import './Alert/_alert';
44

55
atom-panel-container > atom-panel > #crv {
66
animation: slide 0.5s forwards;

0 commit comments

Comments
 (0)