Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e311f6f commit 9732c82Copy full SHA for 9732c82
src/components/Alert/_alert.less
@@ -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
12
13
+ color: @background-color-error;
14
15
16
17
+.cr-alert.note {
18
19
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,6 +1,6 @@
@import 'ui-variables';
@import './AppMenu/_app-menu';
-@import './alert/_alert';
+@import './Alert/_alert';
atom-panel-container > atom-panel > #crv {
animation: slide 0.5s forwards;
0 commit comments