modified: remarkbox_theme_meta/static/theme/meta/css/skeleton.css
This commit is contained in:
parent
f3ccbfd889
commit
6cf834ffd4
1 changed files with 12 additions and 12 deletions
|
|
@ -23,8 +23,7 @@
|
|||
- Media Queries
|
||||
*/
|
||||
|
||||
/* Grid
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
/* Grid */
|
||||
.container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
|
@ -135,6 +134,7 @@ h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
|
|||
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
|
||||
h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
|
||||
h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
|
||||
*/
|
||||
|
||||
/* Larger than phablet */
|
||||
@media (min-width: 550px) {
|
||||
|
|
@ -150,14 +150,14 @@ p {
|
|||
margin-top: 0; }
|
||||
|
||||
|
||||
/* Links
|
||||
/* Links */
|
||||
a {
|
||||
color: #1EAEDB; }
|
||||
a:hover {
|
||||
color: #0FA0CE; }
|
||||
|
||||
|
||||
/* Buttons
|
||||
/* Buttons */
|
||||
.button,
|
||||
button,
|
||||
input[type="submit"],
|
||||
|
|
@ -215,7 +215,7 @@ input[type="button"].button-primary:focus {
|
|||
border-color: #1EAEDB; }
|
||||
|
||||
|
||||
/* Forms
|
||||
/* Forms */
|
||||
input[type="email"],
|
||||
input[type="number"],
|
||||
input[type="search"],
|
||||
|
|
@ -276,7 +276,7 @@ label > .label-body {
|
|||
font-weight: normal; }
|
||||
|
||||
|
||||
/* Lists
|
||||
/* Lists */
|
||||
ul {
|
||||
list-style: circle inside; }
|
||||
ol {
|
||||
|
|
@ -294,7 +294,7 @@ li {
|
|||
margin-bottom: 1rem; }
|
||||
|
||||
|
||||
/* Code
|
||||
/* Code */
|
||||
code {
|
||||
padding: .2rem .5rem;
|
||||
margin: 0 .2rem;
|
||||
|
|
@ -309,7 +309,7 @@ pre > code {
|
|||
white-space: pre; }
|
||||
|
||||
|
||||
/* Tables
|
||||
/* Tables */
|
||||
th,
|
||||
td {
|
||||
padding: 12px 15px;
|
||||
|
|
@ -323,7 +323,7 @@ td:last-child {
|
|||
padding-right: 0; }
|
||||
|
||||
|
||||
/* Spacing
|
||||
/* Spacing */
|
||||
button,
|
||||
.button {
|
||||
margin-bottom: 1rem; }
|
||||
|
|
@ -344,7 +344,7 @@ form {
|
|||
margin-bottom: 2.5rem; }
|
||||
|
||||
|
||||
/* Utilities
|
||||
/* Utilities */
|
||||
.u-full-width {
|
||||
width: 100%;
|
||||
box-sizing: border-box; }
|
||||
|
|
@ -357,7 +357,7 @@ form {
|
|||
float: left; }
|
||||
|
||||
|
||||
/* Misc
|
||||
/* Misc */
|
||||
hr {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 3.5rem;
|
||||
|
|
@ -365,7 +365,7 @@ hr {
|
|||
border-top: 1px solid #E1E1E1; }
|
||||
|
||||
|
||||
/* Clearing
|
||||
/* Clearing */
|
||||
|
||||
/* Self Clearing Goodness */
|
||||
.container:after,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue