Commit 530f9a87 by Brian Talbot

studio - minor design tweaks to alert/notification chrome

parent 3c3a6e75
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
.wrapper-notification, .wrapper-alert, .prompt { .wrapper-notification, .wrapper-alert, .prompt {
background: $gray-d3; background: $gray-d3;
border-top: 4px solid $gray-d4;
.copy { .copy {
color: $gray-l2; color: $gray-l2;
...@@ -242,7 +241,6 @@ ...@@ -242,7 +241,6 @@
bottom: 0; bottom: 0;
z-index: 1000; z-index: 1000;
width: 100%; width: 100%;
border-width: 2px;
padding: $baseline ($baseline*2); padding: $baseline ($baseline*2);
&.wrapper-notification-warning { &.wrapper-notification-warning {
...@@ -452,7 +450,6 @@ ...@@ -452,7 +450,6 @@
z-index: 100; z-index: 100;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
border-bottom: 2px solid $black;
border-top: 1px solid $black; border-top: 1px solid $black;
padding: $baseline ($baseline*2) ($baseline*1.5) ($baseline*2); padding: $baseline ($baseline*2) ($baseline*1.5) ($baseline*2);
background: $gray-d3; background: $gray-d3;
...@@ -521,7 +518,7 @@ ...@@ -521,7 +518,7 @@
@include transition (color 0.5s ease-in-out); @include transition (color 0.5s ease-in-out);
@include font-size(22); @include font-size(22);
width: flex-grid(1, 12); width: flex-grid(1, 12);
margin-right: flex-gutter(); margin: ($baseline/4) flex-gutter() 0 0;
text-align: right; text-align: right;
} }
......
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