File tree Expand file tree Collapse file tree 1 file changed +20
-16
lines changed
app/admin/assets/src/scss/components Expand file tree Collapse file tree 1 file changed +20
-16
lines changed Original file line number Diff line number Diff line change 11.message-folders {
2- min-height : 100% ;
2+ min-height : 100% ;
33
4- .panel-header {
5- padding : 15px ;
6- background-color : $table-head-bg ;
7- border-bottom : (2 * $table- border-width ) solid $table-border-color ;
8- }
4+ .panel-header {
5+ padding : 15px ;
6+ background-color : $table-head-bg ;
7+ border-bottom : calc (2 * var ( --bs- border-width) ) solid $table-border-color ;
8+ }
99}
10+
1011.message.unread a {
11- font-weight : 500 ;
12+ font-weight : 500 ;
1213}
14+
1315.conversation-heading {
14- padding : 15px 20px ;
15- background-color : $gray-200 ;
16- border-bottom : 1px solid $gray-300 ;
16+ padding : 15px 20px ;
17+ background-color : $gray-200 ;
18+ border-bottom : 1px solid $gray-300 ;
1719}
20+
1821.conversation-message {
19- border-radius : 0 ;
20- margin-bottom : 0 ;
21- background-color : $light ;
22+ border-radius : 0 ;
23+ margin-bottom : 0 ;
24+ background-color : $light ;
2225}
26+
2327.conversation-message-heading {
24- background-color : $gray-200 ;
25- border-bottom : 1px solid $gray-300 ;
26- padding : 10px 20px ;
28+ background-color : $gray-200 ;
29+ border-bottom : 1px solid $gray-300 ;
30+ padding : 10px 20px ;
2731}
You can’t perform that action at this time.
0 commit comments