mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 04:43:43 +08:00
General style cleanup, removing unused styles
This commit is contained in:
parent
7d92fa3a5e
commit
12df8c5c82
|
@ -35,7 +35,7 @@
|
||||||
border-left-width: 6px;
|
border-left-width: 6px;
|
||||||
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: blend-primary-secondary(20%);
|
border-color: $primary-low;
|
||||||
|
|
||||||
.mobile-view & {
|
.mobile-view & {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: blend-primary-secondary(20%);
|
border-color: $primary-low;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.no-logos {
|
&.no-logos {
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
.featured-topics {
|
.featured-topics {
|
||||||
padding: 0.5em 1em 1em 1em;
|
padding: 0.5em 1em 1em 1em;
|
||||||
ul {
|
ul {
|
||||||
color: blend-primary-secondary(70%);
|
color: $primary-medium;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.total-rows {
|
.total-rows {
|
||||||
color: blend-primary-secondary(50%);
|
color: $primary-medium;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.spinner {
|
.spinner {
|
||||||
|
|
|
@ -18,7 +18,7 @@ sup img.emoji {
|
||||||
display: none;
|
display: none;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
color: dark-light-choose(darken($primary, 40%), blend-primary-secondary(90%));
|
color: $primary;
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
border: 1px solid $primary-low;
|
border: 1px solid $primary-low;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
.groups-page {
|
|
||||||
h1 {
|
|
||||||
margin-bottom: 20px;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.groups-header {
|
.groups-header {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
// file no longer needed, mobile layout is in compose.scss
|
|
|
@ -20,7 +20,6 @@
|
||||||
@import "desktop/history";
|
@import "desktop/history";
|
||||||
@import "desktop/queued-posts";
|
@import "desktop/queued-posts";
|
||||||
@import "desktop/group";
|
@import "desktop/group";
|
||||||
@import "desktop/groups";
|
|
||||||
@import "desktop/admin_customize";
|
@import "desktop/admin_customize";
|
||||||
|
|
||||||
// Import all component-specific files
|
// Import all component-specific files
|
||||||
|
|
|
@ -50,3 +50,11 @@
|
||||||
top: 20px;
|
top: 20px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.groups-table {
|
||||||
|
thead {
|
||||||
|
.d-icon {
|
||||||
|
padding-left: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
.groups-page {
|
|
||||||
.list-controls {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
thead {
|
|
||||||
.d-icon {
|
|
||||||
padding-left: 2px;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user