Skip to content

Commit

Permalink
Fix weird things
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Jun 3, 2015
1 parent a77dc96 commit 54044db
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 35 deletions.
26 changes: 13 additions & 13 deletions app/assets/stylesheets/app/components/deprecated_card.scss
Expand Up @@ -22,19 +22,19 @@
opacity: 0.05;
}
}
}

.deprecated-card-inner {
position: absolute;
display: block;
height: 100%;
width: 100%;
background-size: cover !important;
background-position: center !important;
opacity: 1;
@include transition-property(opacity);
@include transition-duration($transition-out-duration);
@include transition-timing-function($transition-function);
}
.deprecated-card-inner {
position: absolute;
display: block;
height: 100%;
width: 100%;
background-size: cover !important;
background-position: center !important;
opacity: 1;
@include transition-property(opacity);
@include transition-duration($transition-out-duration);
@include transition-timing-function($transition-function);
}

a.deprecated-card:hover {
Expand All @@ -58,7 +58,7 @@ a.deprecated-card:hover {
padding: 20px;
}

.deprecated-bg-gray-5 py2 px1 {
.deprecated-card-footer {
@include clearfix;
padding: ($line-height-computed / 4) 20px;
// border-top: 1px solid $brand-divider;
Expand Down
18 changes: 1 addition & 17 deletions app/assets/stylesheets/app/components/icons.scss
Expand Up @@ -26,15 +26,9 @@
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

&.mr1 {

This comment has been minimized.

Copy link
@lachlanjc

lachlanjc Jun 3, 2015

Contributor

super, super wasteful selector!

// vertical-align: text-bottom;
color: $gray-2;
top: -1px;
}
}

.icon-right {
Expand Down Expand Up @@ -179,16 +173,6 @@ you can use the generic selector below, but it's slower:
vertical-align: middle;
position: relative;
top: -2px;

&.mr1 {
color: $gray-2;
}
}

.active {
.mr1 {
color: $link-color;
}
}

.icon-user-female:before {
Expand Down
5 changes: 0 additions & 5 deletions app/assets/stylesheets/components/_page_header.scss

This file was deleted.

0 comments on commit 54044db

Please sign in to comment.