Skip to content

Instantly share code, notes, and snippets.

@jitendravyas
Created August 13, 2015 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jitendravyas/271e4acf005180ebca29 to your computer and use it in GitHub Desktop.
Save jitendravyas/271e4acf005180ebca29 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.wrapper {max-width:360px;border:1px solid #ccc;margin:0 auto}
header {margin:0 auto;padding:10px;
background: #fff;
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 0px 4px 0px rgba(0,0,0,0.24);
img {margin:0 auto;
display:block}
}
.mdl-progress {width:100%}
.mdl-textfield {width:100%;}
.pb0 {padding-bottom: 0;}
.mdl-card {width:202px; min-height:107px; margin:0 auto; text-align:center}
.mdl-card__supporting-text {width:auto}
.select {display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0;
}
.wrapper {
max-width: 360px;
border: 1px solid #ccc;
margin: 0 auto;
}
header {
margin: 0 auto;
padding: 10px;
background: #fff;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
}
header img {
margin: 0 auto;
display: block;
}
.mdl-progress {
width: 100%;
}
.mdl-textfield {
width: 100%;
}
.pb0 {
padding-bottom: 0;
}
.mdl-card {
width: 202px;
min-height: 107px;
margin: 0 auto;
text-align: center;
}
.mdl-card__supporting-text {
width: auto;
}
.select {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment