mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-14 09:29:45 +00:00
Changed all scss files to css and precompiled assets.
This commit is contained in:
@@ -7494,42 +7494,42 @@ a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
|
||||
|
||||
/* mixins, variables, etc. */
|
||||
/* universal */
|
||||
/* line 20, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 20, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
/* line 24, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 24, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
body {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
/* line 28, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 28, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
section {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* line 32, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 32, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
/* line 36, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 36, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
/* line 38, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 38, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
.center h1 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* typography */
|
||||
/* line 45, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 45, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
/* line 49, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 49, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
letter-spacing: -2px;
|
||||
@@ -7537,7 +7537,7 @@ h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* line 56, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 56, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
h2 {
|
||||
font-size: 1.2em;
|
||||
letter-spacing: -1px;
|
||||
@@ -7547,14 +7547,14 @@ h2 {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
/* line 65, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 65, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
p {
|
||||
font-size: 1.1em;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
/* header */
|
||||
/* line 73, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 73, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
#logo {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
@@ -7566,45 +7566,45 @@ p {
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
}
|
||||
/* line 83, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 83, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
#logo:hover {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* footer */
|
||||
/* line 91, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 91, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
footer {
|
||||
margin-top: 45px;
|
||||
padding-top: 5px;
|
||||
border-top: 1px solid #eaeaea;
|
||||
color: #999999;
|
||||
}
|
||||
/* line 96, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 96, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
footer a {
|
||||
color: #555555;
|
||||
}
|
||||
/* line 98, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 98, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
footer a:hover {
|
||||
color: darkslategrey;
|
||||
}
|
||||
/* line 102, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 102, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
footer small {
|
||||
float: left;
|
||||
}
|
||||
/* line 105, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 105, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
footer ul {
|
||||
float: right;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 108, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 108, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
footer ul li {
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* miscellaneous */
|
||||
/* line 117, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 117, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
.debug_dump {
|
||||
clear: both;
|
||||
float: left;
|
||||
@@ -7615,16 +7615,16 @@ footer ul li {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* line 126, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 126, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
#error_explanation {
|
||||
color: #f00;
|
||||
}
|
||||
/* line 128, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css.scss */
|
||||
/* line 128, /vagrant/wrestlingApp/app/assets/stylesheets/custom.css */
|
||||
#error_explanation ul {
|
||||
list-style: none;
|
||||
margin: 0 0 18px 0;
|
||||
}
|
||||
/* line 1, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 1, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
body {
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
@@ -7633,52 +7633,52 @@ body {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
/* line 9, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 9, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
p, ol, ul, td {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
/* line 15, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 15, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
pre {
|
||||
background-color: #eee;
|
||||
padding: 10px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* line 21, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 21, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
a {
|
||||
color: #000;
|
||||
}
|
||||
/* line 23, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 23, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
a:visited {
|
||||
color: #666;
|
||||
}
|
||||
/* line 26, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 26, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
a:hover {
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
/* line 33, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 33, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
div.field, div.actions {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* line 38, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 38, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
#notice {
|
||||
color: green;
|
||||
}
|
||||
|
||||
/* line 42, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 42, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
.field_with_errors {
|
||||
padding: 2px;
|
||||
background-color: red;
|
||||
display: table;
|
||||
}
|
||||
|
||||
/* line 48, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 48, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
#error_explanation {
|
||||
width: 450px;
|
||||
border: 2px solid red;
|
||||
@@ -7687,7 +7687,7 @@ div.field, div.actions {
|
||||
margin-bottom: 20px;
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
/* line 55, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 55, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
#error_explanation h2 {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
@@ -7698,7 +7698,7 @@ div.field, div.actions {
|
||||
background-color: #c00;
|
||||
color: #fff;
|
||||
}
|
||||
/* line 65, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css.scss */
|
||||
/* line 65, /vagrant/wrestlingApp/app/assets/stylesheets/scaffolds.css */
|
||||
#error_explanation ul li {
|
||||
font-size: 12px;
|
||||
list-style: square;
|
||||
|
||||
Reference in New Issue
Block a user