UNPKG

603 BSCSSView Raw
1.history-feed {
2 .comments {
3 position: relative;
4 display: flex;
5 flex-direction: column;
6
7 textarea {
8 padding-right: 120px;
9 min-height: rem-calc(30);
10 height: auto;
11 margin: 0;
12 line-height: 18px;
13 }
14 textarea + button[type="button"] {
15 position: absolute;
16 right: 6px;
17 bottom: 2px;
18 color: $color-lochmara;
19 border: none;
20 padding: 2px 5px;
21 line-height: 22px;
22 box-shadow: none;
23
24 &:hover {
25 color: $color-lochmara;
26 }
27 }
28 }
29
30 .timeline-comment{
31
32 &:before{
33 top: -20px;
34 }
35 }
36}
\No newline at end of file