Skip to content

Commit

Permalink
General style cleanup, removing unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Jan 24, 2019
1 parent 7d92fa3 commit 12df8c5
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 25 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/common/base/category-list.scss
Expand Up @@ -35,7 +35,7 @@
border-left-width: 6px;

border-style: solid;
border-color: blend-primary-secondary(20%);
border-color: $primary-low;

.mobile-view & {
width: 100%;
Expand Down Expand Up @@ -67,7 +67,7 @@
border-left-width: 0;

border-style: solid;
border-color: blend-primary-secondary(20%);
border-color: $primary-low;
}

&.no-logos {
Expand Down Expand Up @@ -174,7 +174,7 @@
.featured-topics {
padding: 0.5em 1em 1em 1em;
ul {
color: blend-primary-secondary(70%);
color: $primary-medium;
list-style: none;
padding: 0;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common/base/directory.scss
Expand Up @@ -12,7 +12,7 @@
float: right;
}
.total-rows {
color: blend-primary-secondary(50%);
color: $primary-medium;
text-align: right;
}
.spinner {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common/base/emoji.scss
Expand Up @@ -18,7 +18,7 @@ sup img.emoji {
display: none;
flex-direction: row;
height: 300px;
color: dark-light-choose(darken($primary, 40%), blend-primary-secondary(90%));
color: $primary;
background-color: $secondary;
border: 1px solid $primary-low;
}
Expand Down
7 changes: 0 additions & 7 deletions app/assets/stylesheets/common/base/groups.scss
@@ -1,10 +1,3 @@
.groups-page {
h1 {
margin-bottom: 20px;
display: inline-block;
}
}

.groups-header {
margin-bottom: 30px;
}
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/common/base/mobile.scss

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/stylesheets/desktop.scss
Expand Up @@ -20,7 +20,6 @@
@import "desktop/history";
@import "desktop/queued-posts";
@import "desktop/group";
@import "desktop/groups";
@import "desktop/admin_customize";

// Import all component-specific files
Expand Down
8 changes: 8 additions & 0 deletions app/assets/stylesheets/desktop/group.scss
Expand Up @@ -50,3 +50,11 @@
top: 20px;
right: 20px;
}

.groups-table {
thead {
.d-icon {
padding-left: 2px;
}
}
}
11 changes: 0 additions & 11 deletions app/assets/stylesheets/desktop/groups.scss

This file was deleted.

0 comments on commit 12df8c5

Please sign in to comment.