7
7
@import " topic" ;
8
8
@import " categories" ;
9
9
@import " select-kit" ;
10
+ @import " sidebar" ;
11
+ @import " chat" ;
10
12
11
13
// global
12
14
.alert.alert-info {
24
26
.group-form-bio ,
25
27
.user-preferences .warning ,
26
28
.select-kit.multi-select .multi-select-header ,
29
+ .dc-filter-input-container ,
30
+ .channel-members-view__search-input-container ,
27
31
input [type = " text" ],
28
32
input [type = " password" ],
29
33
input [type = " datetime" ],
@@ -64,7 +68,9 @@ input[type="color"] {
64
68
.user-badges .btn ,
65
69
.signup-cta.alert.alert-info .btn :not (.btn-primary ),
66
70
.widget-button.btn.popup-menu-button.toggle-admin-menu.keyboard-target-admin-menu.no-text.btn-icon ,
67
- .widget-button.btn.popup-menu-button.toggle-admin-menu.no-text.btn-icon {
71
+ .widget-button.btn.popup-menu-button.toggle-admin-menu.no-text.btn-icon ,
72
+ .new-channel-btn ,
73
+ .topic-notifications-options .dropdown-select-box-header {
68
74
@include btn (
69
75
$text-color : $secondary ,
70
76
$bg-color : $night ,
@@ -80,7 +86,7 @@ input[type="color"] {
80
86
top : 3px ;
81
87
}
82
88
padding : 0.75em 1em ;
83
- border-radius : 25px / 19 px ;
89
+ border-radius : 25px ;
84
90
box-shadow : 0 4px 0 0 $dark_night ;
85
91
}
86
92
@@ -99,13 +105,13 @@ input[type="color"] {
99
105
top : 3px ;
100
106
}
101
107
padding : 0.75em 1em ;
102
- border-radius : 25px / 19 px ;
108
+ border-radius : 25px ;
103
109
box-shadow : 0 4px 0 0 darken ($love , 25% );
104
110
}
105
111
106
112
.btn-danger {
107
113
padding : 0.75em 1em ;
108
- border-radius : 25px / 19 px ;
114
+ border-radius : 25px ;
109
115
box-shadow : 0 4px 0 0 darken ($love , 25% );
110
116
transition : top 0.25s ;
111
117
@@ -190,6 +196,10 @@ input[type="color"] {
190
196
margin-right : 0.25em ;
191
197
}
192
198
199
+ .timeline-footer-controls {
200
+ flex-wrap : nowrap ;
201
+ }
202
+
193
203
#show-tag-info {
194
204
font-size : 1.05em ;
195
205
}
@@ -570,6 +580,16 @@ div.menu-links-header .menu-links-row button:not(.active):hover {
570
580
border-bottom : 1px solid var (--highlight-medium );
571
581
}
572
582
583
+ .search-container .search-header {
584
+ padding-top : 2em ;
585
+ padding-bottom : 2em ;
586
+ @include border-radius-large ;
587
+ }
588
+
589
+ #search-type-header {
590
+ height : 100% ;
591
+ }
592
+
573
593
.search-advanced-title {
574
594
margin : 0 ;
575
595
}
0 commit comments