summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-24 19:03:41 -0400
committernfoy <nfoy@purdue.edu>2014-04-24 19:03:41 -0400
commit1b11684986136ee87da6242c3ba6aba5ef581510 (patch)
treed7ec999baced4836a9b3b7b31eee39cfe09410c9 /app/assets/stylesheets
parent9823642115ef52f0a21b9466cef412098a124f3d (diff)
parentdb073045ff7cf5d8a2fb4a3349ed6a9a6ac019d3 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/custom.css.scss3
-rw-r--r--app/assets/stylesheets/matches.css.scss15
2 files changed, 17 insertions, 1 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index 4104235..b456893 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -36,13 +36,14 @@ a, input[type="submit"] {
}
-input[type="text"], input[type="password"]{
+input[type="text"], input[type="password"], textarea{
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
border: 3px inset #A5A5A5;
padding: 8px;
+ color: $orange !important;
background: rgba(0,0,0,0.5);
margin: 0 0 5px 0;
}
diff --git a/app/assets/stylesheets/matches.css.scss b/app/assets/stylesheets/matches.css.scss
index 66da68e..ee43ab4 100644
--- a/app/assets/stylesheets/matches.css.scss
+++ b/app/assets/stylesheets/matches.css.scss
@@ -51,4 +51,19 @@
form {
color: #333;
}
+}
+
+svg {
+ min-width: 600px;
+}
+
+@media (max-width: 900px) {
+ svg text {
+ font-size: 200%;
+ }
+}
+@media (max-width: 700px) {
+ svg text {
+ font-size: 150%;
+ }
} \ No newline at end of file