forked from devsam/core
77 lines
796 B
SCSS
77 lines
796 B
SCSS
@import "./common/variables.scss";
|
|
@import "./common/bootswatch_custom_variables.scss";
|
|
@import "bootstrap/scss/functions";
|
|
@import "bootstrap/scss/variables";
|
|
.ev_warning {
|
|
color: orangered;
|
|
}
|
|
|
|
.ev_notice {
|
|
color: orangered;
|
|
}
|
|
|
|
.ev_succes {
|
|
color: lightgreen;
|
|
}
|
|
|
|
.ev_sell {
|
|
color: orange;
|
|
}
|
|
|
|
.ev_failed {
|
|
color: orangered;
|
|
}
|
|
|
|
.ev_highlight {
|
|
color: orangered;
|
|
}
|
|
|
|
.hidden_but_copyable {
|
|
color: rgba(0, 0, 0, 0);
|
|
font-size: 0;
|
|
}
|
|
|
|
.t_date {
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
.t_red {
|
|
color: red;
|
|
}
|
|
|
|
.t_blue {
|
|
color: blue;
|
|
}
|
|
|
|
.t_green {
|
|
color: green;
|
|
}
|
|
|
|
.t_magenta {
|
|
color: magenta;
|
|
}
|
|
|
|
.t_cyan {
|
|
color: cyan;
|
|
}
|
|
|
|
.t_limegreen {
|
|
color: limegreen;
|
|
}
|
|
|
|
.t_skyblue {
|
|
color: skyblue;
|
|
}
|
|
|
|
.t_orangered {
|
|
color: orangered;
|
|
}
|
|
|
|
.t_yellow {
|
|
color: yellow;
|
|
}
|
|
|
|
.t_white {
|
|
color: white;
|
|
}
|