Commit 5f31de2d by marco

finalized styling of dropdown, text, etc

parent fc0a26ae
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
margin: 20px 40px; margin: 20px 40px;
.title { .title {
margin: 0 0 15px 0; margin: 0 0 15px 0;
color: $mediumGrey; color: $mediumGrey;
...@@ -73,10 +74,11 @@ ...@@ -73,10 +74,11 @@
} }
&.new-component-item { &.new-component-item {
border-radius: 3px; margin: 20px 0px;
border: 1px solid $mediumGrey; border-top: 1px solid $mediumGrey;
background: #fff; box-shadow: 1px 3px 2px rgba(182, 182, 182, 0.75) inset;
@include box-shadow(0 1px 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .4) inset); background-color: $lightGrey;
margin-bottom: 0px;
.new-component-button { .new-component-button {
display: block; display: block;
...@@ -86,7 +88,7 @@ ...@@ -86,7 +88,7 @@
} }
h5 { h5 {
margin-bottom: 12px; margin: 12px 0px;
color: #fff; color: #fff;
font-weight: 600; font-weight: 600;
font-size: 18px; font-size: 18px;
...@@ -132,6 +134,10 @@ ...@@ -132,6 +134,10 @@
.new-component-templates { .new-component-templates {
display: none; display: none;
margin: 20px 40px 0px 40px;
border-radius: 3px;
border: 1px solid $mediumGrey;
@include box-shadow(0 1px 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .4) inset);
@include clearfix; @include clearfix;
.tab-group { .tab-group {
...@@ -152,6 +158,8 @@ ...@@ -152,6 +158,8 @@
// specific menu types // specific menu types
&.new-component-problem { &.new-component-problem {
padding-bottom:10px;
background-color: #fff;
.ss-icon, .editor-indicator { .ss-icon, .editor-indicator {
display: inline-block; display: inline-block;
......
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