lbry-desktop/ui/scss/component/_time.scss

10 lines
103 B
SCSS
Raw Normal View History

2018-10-04 00:11:08 -04:00
// All CSS for date & time ui
.time {
2019-11-22 16:13:00 -05:00
color: black; //gray-5;
2018-10-04 00:11:08 -04:00
}
.time--ago {
2019-03-31 19:04:01 -04:00
min-width: 140px;
2018-10-04 00:11:08 -04:00
}