Commit 1d63f107 by marco

updating to green brb

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

52.1 KB | W: | H:

cms/static/img/html-icon.png

581 Bytes | 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
...@@ -74,7 +74,9 @@ ...@@ -74,7 +74,9 @@
&.new-component-item { &.new-component-item {
border-radius: 3px; border-radius: 3px;
border: 1px solid $mediumGrey;
background: #fff; background: #fff;
@include box-shadow(0 1px 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .4) inset);
.new-component-button { .new-component-button {
display: block; display: block;
...@@ -105,7 +107,7 @@ ...@@ -105,7 +107,7 @@
a { a {
border: 1px solid $mediumGrey; border: 1px solid $mediumGrey;
width: 140px; width: 100px;
height: 100px; height: 100px;
color: #edf1f5; color: #edf1f5;
margin-right: 15px; margin-right: 15px;
...@@ -123,7 +125,7 @@ ...@@ -123,7 +125,7 @@
width: 100%; width: 100%;
padding: 10px; padding: 10px;
@include box-sizing(border-box); @include box-sizing(border-box);
color: #4F8BC4; color: #fff;
} }
} }
} }
...@@ -143,12 +145,20 @@ ...@@ -143,12 +145,20 @@
@include white-button; @include white-button;
} }
.problem-type-tabs {
display: none;
}
// specific menu types // specific menu types
&.new-component-problem { &.new-component-problem {
.ss-icon, .editor-indicator { .ss-icon, .editor-indicator {
display: inline-block; display: inline-block;
} }
.problem-type-tabs {
display: block;
}
} }
} }
...@@ -158,21 +168,19 @@ ...@@ -158,21 +168,19 @@
a { a {
position: relative; position: relative;
background: #fff; border: 1px solid $darkGreen;
color: #4F8BC4; background: tint($green,20%);
line-height: 2; color: #fff;
font-size: 18px;
@include transition(background-color .15s); @include transition(background-color .15s);
&:hover { &:hover {
background: #fffcf1; background: $brightGreen;
} }
} }
} }
.problem-type-tabs { .problem-type-tabs {
list-style-type: none; list-style-type: none;
display: block; display: block;
line-height: 2; line-height: 2;
border-bottom: 1px solid $mediumGrey; border-bottom: 1px solid $mediumGrey;
...@@ -207,20 +215,34 @@ ...@@ -207,20 +215,34 @@
.new-component-template { .new-component-template {
a {
background: #fff;
border: 0px;
color: #4F8BC4;
&:hover {
border-radius: 0px;
background: tint($green,30%);
color: #edf1f5;
@include transition(background-color .15s);
}
}
li { li {
border:none;
border-bottom: 1px dashed $lightGrey; border-bottom: 1px dashed $lightGrey;
color: #fff;
} }
li:last-child { li:last-child {
a { a {
border-radius: 0 0 3px 3px; border-radius: 0px;
border:none;
} }
} }
li:nth-child(2) { li:nth-child(2) {
a { a {
border-radius: 3px 3px 0 0; border-radius: 0px;
} }
} }
...@@ -297,7 +319,7 @@ ...@@ -297,7 +319,7 @@
text-align: center; text-align: center;
h5 { h5 {
color: #6696d7; color: $darkGreen;
} }
} }
......
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