Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created January 8, 2015 22:36
Show Gist options
  • Save iamcarrico/a019fa6b8874eba701d3 to your computer and use it in GitHub Desktop.
Save iamcarrico/a019fa6b8874eba701d3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// Zen Grids (v1.4)
// ----
@import "compass";
@import "zen";
.pane-views-exp-work-grid-block .views-reset-button input {
background: white;
border:3px solid #aeaeae;
height: 20px;
width: 20px;
@include border-radius(20px, 20px);
}
.pane-views-exp-work-grid-block .views-reset-button input {
background: white;
border: 3px solid #aeaeae;
height: 20px;
width: 20px;
-moz-border-radius: 20px / 20px;
-webkit-border-radius: 20px 20px;
border-radius: 20px / 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment