modified: remarkbox_theme_meta/static/theme/meta/css/skeleton.css

This commit is contained in:
Russell Ballestrini 2025-04-19 18:02:12 -04:00
parent 537fd5c489
commit f3ccbfd889

View file

@ -7,9 +7,7 @@
* 12/29/2014
*/
/* Table of contents
ââââââââââââââââââââââââââââââââââââââââââââââââââ
- Grid
- Base Styles
- Typography
@ -25,7 +23,6 @@
- Media Queries
*/
/* Grid
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.container {
@ -114,7 +111,6 @@
/* Base Styles
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
@ -129,7 +125,6 @@ body {
/* Typography
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
@ -156,7 +151,6 @@ p {
/* Links
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
a {
color: #1EAEDB; }
a:hover {
@ -164,7 +158,6 @@ a:hover {
/* Buttons
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.button,
button,
input[type="submit"],
@ -182,7 +175,6 @@ input[type="button"] {
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
@ -224,7 +216,6 @@ input[type="button"].button-primary:focus {
/* Forms
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
input[type="email"],
input[type="number"],
input[type="search"],
@ -286,7 +277,6 @@ label > .label-body {
/* Lists
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
ul {
list-style: circle inside; }
ol {
@ -305,7 +295,6 @@ li {
/* Code
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
code {
padding: .2rem .5rem;
margin: 0 .2rem;
@ -321,7 +310,6 @@ pre > code {
/* Tables
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
th,
td {
padding: 12px 15px;
@ -336,7 +324,6 @@ td:last-child {
/* Spacing
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
button,
.button {
margin-bottom: 1rem; }
@ -358,7 +345,6 @@ form {
/* Utilities
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.u-full-width {
width: 100%;
box-sizing: border-box; }
@ -372,7 +358,6 @@ form {
/* Misc
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
@ -381,7 +366,6 @@ hr {
/* Clearing
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
/* Self Clearing Goodness */
.container:after,
@ -393,8 +377,6 @@ hr {
/* Media Queries
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it