Skip to content

Commit bbcc667

Browse files
committed
Re-add styling of buttons
1 parent 73f1dcc commit bbcc667

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
& when (@media-common = true) {
2+
.loki-messages {
3+
button.close {
4+
position: absolute;
5+
top: 0;
6+
bottom: 0;
7+
right: 1.4rem;
8+
margin: auto;
9+
background: none;
10+
border: none;
11+
width: 1.4rem;
12+
height: 1.4rem;
13+
padding: 0;
14+
fill: #656565;
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)