18 lines
296 B
SCSS
18 lines
296 B
SCSS
/*
|
|
Datetime Components
|
|
----------------------------------------------
|
|
*/
|
|
|
|
.current-timestamp,
|
|
.current-date,
|
|
.current-time,
|
|
.enterprise-eol-date {
|
|
color: $current-timestamp-color;
|
|
display: inline-block;
|
|
font-family: $proxima;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
} |