77@import " topic" ;
88@import " categories" ;
99@import " select-kit" ;
10+ @import " sidebar" ;
11+ @import " chat" ;
1012
1113// global
1214.alert.alert-info {
2426.group-form-bio ,
2527.user-preferences .warning ,
2628.select-kit.multi-select .multi-select-header ,
29+ .dc-filter-input-container ,
30+ .channel-members-view__search-input-container ,
2731input [type = " text" ],
2832input [type = " password" ],
2933input [type = " datetime" ],
@@ -64,7 +68,9 @@ input[type="color"] {
6468.user-badges .btn ,
6569.signup-cta.alert.alert-info .btn :not (.btn-primary ),
6670.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 {
6874 @include btn (
6975 $text-color : $secondary ,
7076 $bg-color : $night ,
@@ -80,7 +86,7 @@ input[type="color"] {
8086 top : 3px ;
8187 }
8288 padding : 0.75em 1em ;
83- border-radius : 25px / 19 px ;
89+ border-radius : 25px ;
8490 box-shadow : 0 4px 0 0 $dark_night ;
8591}
8692
@@ -99,13 +105,13 @@ input[type="color"] {
99105 top : 3px ;
100106 }
101107 padding : 0.75em 1em ;
102- border-radius : 25px / 19 px ;
108+ border-radius : 25px ;
103109 box-shadow : 0 4px 0 0 darken ($love , 25% );
104110}
105111
106112.btn-danger {
107113 padding : 0.75em 1em ;
108- border-radius : 25px / 19 px ;
114+ border-radius : 25px ;
109115 box-shadow : 0 4px 0 0 darken ($love , 25% );
110116 transition : top 0.25s ;
111117
@@ -190,6 +196,10 @@ input[type="color"] {
190196 margin-right : 0.25em ;
191197}
192198
199+ .timeline-footer-controls {
200+ flex-wrap : nowrap ;
201+ }
202+
193203#show-tag-info {
194204 font-size : 1.05em ;
195205}
@@ -570,6 +580,16 @@ div.menu-links-header .menu-links-row button:not(.active):hover {
570580 border-bottom : 1px solid var (--highlight-medium );
571581}
572582
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+
573593.search-advanced-title {
574594 margin : 0 ;
575595}
0 commit comments