You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
707 B
Plaintext
29 lines
707 B
Plaintext
|
6 months ago
|
.g-components-panel-about .green ._bg {
|
||
|
|
background-color: rgba(0, 182, 102, 0.08);
|
||
|
|
}
|
||
|
|
.g-components-panel-about .green ._icon {
|
||
|
|
background: rgba(0, 182, 102, 0.7);
|
||
|
|
}
|
||
|
|
.g-components-panel-about .green ._str {
|
||
|
|
color: #00B666;
|
||
|
|
}
|
||
|
|
.g-components-panel-about .green ._i {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
.g-components-panel-about .green ._btn {
|
||
|
|
border: 1px solid rgba(0, 182, 102, 0.8);
|
||
|
|
color: #00B666;
|
||
|
|
}
|
||
|
|
.g-components-panel-about .red ._bg {
|
||
|
|
background-color: #FFEEE9;
|
||
|
|
}
|
||
|
|
.g-components-panel-about .red ._icon {
|
||
|
|
background: #ffdede;
|
||
|
|
}
|
||
|
|
.g-components-panel-about .red ._str, .g-components-panel-about .red ._i {
|
||
|
|
color: #ff4400;
|
||
|
|
}
|
||
|
|
.g-components-panel-about .red ._btn {
|
||
|
|
border: 1px solid #ff0000;
|
||
|
|
color: #ff4400;
|
||
|
|
}
|