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 @@
padding: 20px;
border: none;
border-radius: 3px;
background: $lightGrey;
background: #fff;
.new-component-button {
display: block;
padding: 20px;
text-align: center;
color: #6d788b;
color: #edf1f5;
}
h5 {
......@@ -98,18 +98,20 @@
}
.new-component-type {
a,
li {
display: inline-block;
}
a {
width: 100px;
width: 175px;
height: 100px;
color: #edf1f5;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 8px;
font-size: 13px;
font-size: 15px;
line-height: 14px;
text-align: center;
@include box-shadow(0 1px 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .4) inset);
......@@ -121,6 +123,7 @@
width: 100%;
padding: 10px;
@include box-sizing(border-box);
color: $mediumGrey;
}
}
}
......@@ -150,12 +153,12 @@
a {
position: relative;
border: 1px solid $mediumGrey;
background: tint($lightBluishGrey2,20%);
color: #fff;
background: #edf1f5;
color: $mediumGrey;
@include transition(background-color .15s);
&:hover {
background: $brightGreen;
background: #fffcf1;
}
}
}
......@@ -218,7 +221,7 @@
display: block;
padding: 7px 20px;
border-bottom: none;
font-weight: 300;
font-weight: 500;
.name {
float: left;
......@@ -270,10 +273,10 @@
border-bottom: 1px solid $mediumGrey;
border-radius: 3px;
font-weight: 500;
background: tint($lightBluishGrey2,20%);
background: #edf1f5;
&:hover {
background: $brightGreen;
background: #fffcf1;
}
}
}
......@@ -283,7 +286,7 @@
text-align: center;
h5 {
color: $green;
color: $mediumGrey;
}
}
......@@ -557,6 +560,7 @@
.edit-state-draft {
.visibility,
.edit-draft-message,
.view-button {
display: none;
......
......@@ -69,7 +69,7 @@
<ul class="problem-type-tabs nav-tabs">
<span class="problem-type-label">Problem Types: </span>
<li class="current">
<a class="link-tab" href="#tab1">Standard</a>
<a class="link-tab" href="#tab1">Common</a>
</li>
<li>
<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