Commit 3a3e0f63 by marco

removed green entirely, increases size of fonts and buttons for adding of new components

parent c09a50f5
cms/static/img/html-icon.png

1.37 KB | W: | H:

cms/static/img/html-icon.png

49.1 KB | W: | H:

cms/static/img/html-icon.png
cms/static/img/html-icon.png
cms/static/img/html-icon.png
cms/static/img/html-icon.png
  • 2-up
  • Swipe
  • Onion skin
cms/static/img/large-freeform-icon.png

1.17 KB | W: | H:

cms/static/img/large-freeform-icon.png

49.1 KB | W: | H:

cms/static/img/large-freeform-icon.png
cms/static/img/large-freeform-icon.png
cms/static/img/large-freeform-icon.png
cms/static/img/large-freeform-icon.png
  • 2-up
  • Swipe
  • Onion skin
cms/static/img/large-video-icon.png

994 Bytes | W: | H:

cms/static/img/large-video-icon.png

48.8 KB | W: | H:

cms/static/img/large-video-icon.png
cms/static/img/large-video-icon.png
cms/static/img/large-video-icon.png
cms/static/img/large-video-icon.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -76,13 +76,13 @@ ...@@ -76,13 +76,13 @@
padding: 20px; padding: 20px;
border: none; border: none;
border-radius: 3px; border-radius: 3px;
background: $lightGrey; background: #fff;
.new-component-button { .new-component-button {
display: block; display: block;
padding: 20px; padding: 20px;
text-align: center; text-align: center;
color: #6d788b; color: #edf1f5;
} }
h5 { h5 {
...@@ -98,18 +98,20 @@ ...@@ -98,18 +98,20 @@
} }
.new-component-type { .new-component-type {
a, a,
li { li {
display: inline-block; display: inline-block;
} }
a { a {
width: 100px; width: 175px;
height: 100px; height: 100px;
color: #edf1f5;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 8px; border-radius: 8px;
font-size: 13px; font-size: 15px;
line-height: 14px; line-height: 14px;
text-align: center; text-align: center;
@include box-shadow(0 1px 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .4) inset); @include box-shadow(0 1px 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .4) inset);
...@@ -121,6 +123,7 @@ ...@@ -121,6 +123,7 @@
width: 100%; width: 100%;
padding: 10px; padding: 10px;
@include box-sizing(border-box); @include box-sizing(border-box);
color: $mediumGrey;
} }
} }
} }
...@@ -150,12 +153,12 @@ ...@@ -150,12 +153,12 @@
a { a {
position: relative; position: relative;
border: 1px solid $mediumGrey; border: 1px solid $mediumGrey;
background: tint($lightBluishGrey2,20%); background: #edf1f5;
color: #fff; color: $mediumGrey;
@include transition(background-color .15s); @include transition(background-color .15s);
&:hover { &:hover {
background: $brightGreen; background: #fffcf1;
} }
} }
} }
...@@ -218,7 +221,7 @@ ...@@ -218,7 +221,7 @@
display: block; display: block;
padding: 7px 20px; padding: 7px 20px;
border-bottom: none; border-bottom: none;
font-weight: 300; font-weight: 500;
.name { .name {
float: left; float: left;
...@@ -270,10 +273,10 @@ ...@@ -270,10 +273,10 @@
border-bottom: 1px solid $mediumGrey; border-bottom: 1px solid $mediumGrey;
border-radius: 3px; border-radius: 3px;
font-weight: 500; font-weight: 500;
background: tint($lightBluishGrey2,20%); background: #edf1f5;
&:hover { &:hover {
background: $brightGreen; background: #fffcf1;
} }
} }
} }
...@@ -283,7 +286,7 @@ ...@@ -283,7 +286,7 @@
text-align: center; text-align: center;
h5 { h5 {
color: $green; color: $mediumGrey;
} }
} }
...@@ -557,6 +560,7 @@ ...@@ -557,6 +560,7 @@
.edit-state-draft { .edit-state-draft {
.visibility, .visibility,
.edit-draft-message, .edit-draft-message,
.view-button { .view-button {
display: none; display: none;
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<ul class="problem-type-tabs nav-tabs"> <ul class="problem-type-tabs nav-tabs">
<span class="problem-type-label">Problem Types: </span> <span class="problem-type-label">Problem Types: </span>
<li class="current"> <li class="current">
<a class="link-tab" href="#tab1">Standard</a> <a class="link-tab" href="#tab1">Common</a>
</li> </li>
<li> <li>
<a class="link-tab" href="#tab2">Advanced</a> <a class="link-tab" href="#tab2">Advanced</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment