Carbon/src/sass/components/read-marker.sass

38 lines
638 B
Sass

.c-read-marker
display: none
position: relative
&--attached
display: block
&__inner
position: absolute
left: -64px
right: 0px
height: 2px
top: 0px
background-color: #ffac4b // TODO
@at-root .c-message:last-child &
top: 11px
&__text
position: absolute
right: -14px
top: -9px
display: flex
align-items: center
background-color: #ffac4b // TODO
color: #000
font-size: 12px
font-weight: 600
line-height: 1
padding: 4px
border-radius: 5px
text-transform: uppercase
&__loading
background-color: #000
width: 10px
height: 10px