Skip to content

Commit fd56cb9

Browse files
authored
Merge pull request #716 from ExiRain/feature/710-Copy-message-text
Added missing elements.
2 parents 57eb803 + 7faeb5b commit fd56cb9

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@import 'src/styles/tools/color';
2+
3+
.button-container {
4+
display: flex;
5+
gap: 12px;
6+
margin: 0.3rem 0 0.7rem 0;
7+
8+
span {
9+
padding: 0 0.5rem;
10+
background-color: get-color(sea-green-12);
11+
color: get-color(white);
12+
border-radius: 8px;
13+
box-shadow: 2px 1px 4px rgb(159, 159, 159);
14+
opacity: 0.7;
15+
}
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@import 'src/styles/tools/color';
2+
3+
.option-container {
4+
display: flex;
5+
gap: 12px;
6+
margin: 0.3rem 0 0.7rem 0;
7+
8+
span {
9+
padding: 0 0.5rem;
10+
background-color: get-color(sea-green-12);
11+
color: get-color(white);
12+
border-radius: 8px;
13+
box-shadow: 2px 1px 4px rgb(159, 159, 159);
14+
opacity: 0.7;
15+
}
16+
}

0 commit comments

Comments
 (0)