Skip to content

Instantly share code, notes, and snippets.

@czajkovsky
Created July 31, 2014 09:07
Show Gist options
  • Save czajkovsky/2b5a3ddddea39c6ffc5f to your computer and use it in GitHub Desktop.
Save czajkovsky/2b5a3ddddea39c6ffc5f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.circle
.rounded
.rounded--custom
.rounded--fancy
// ----
// Sass (v3.4.0.rc.2)
// Compass (v1.0.0.alpha.21)
// Bourbon (v4.0.2)
// ----
@import "bourbon/bourbon";
$text-black-color: #4d4d4d;
$text-gray-color: #b6b6b6;
$primary-color: #ea541c;
body { background: #f00 !important; }
input[type='text'],
input[type='email'],
textarea {
color: $text-black-color;
@include placeholder {
color: $text-gray-color;
}
}
body {
background: #f00 !important;
}
input[type='text'],
input[type='email'],
textarea {
color: #4d4d4d;
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #b6b6b6;
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
textarea::-moz-placeholder {
color: #b6b6b6;
}
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
textarea:-moz-placeholder {
color: #b6b6b6;
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #b6b6b6;
}
<div class='circle'></div>
<div class='rounded'></div>
<div class='rounded--custom'></div>
<div class='rounder--fancy'></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment