Multiple style fixes
parent
9542c3f6c4
commit
431abc551d
|
@ -29,9 +29,9 @@ block content
|
|||
include views/modules/backlog-table
|
||||
sidebar.menu-secondary.sidebar
|
||||
include views/modules/sprints
|
||||
div.lightbox.lightbox_add-new-us.hidden(tg-lb-create-edit-userstory)
|
||||
include views/modules/lightbox_add-new-us
|
||||
div.lightbox.lightbox_add-bulk.hidden(tg-lb-create-bulk-userstories)
|
||||
include views/modules/lightbox_add-bulk
|
||||
div.lightbox.lightbox_add-sprint.hidden(tg-lb-create-edit-sprint)
|
||||
include views/modules/lightbox_add-edit-sprint
|
||||
div.lightbox.lightbox_add-new-us.hidden(tg-lb-create-edit-userstory)
|
||||
include views/modules/lightbox_add-new-us
|
||||
div.lightbox.lightbox_add-bulk.hidden(tg-lb-create-bulk-userstories)
|
||||
include views/modules/lightbox_add-bulk
|
||||
div.lightbox.lightbox_add-sprint.hidden(tg-lb-create-edit-sprint)
|
||||
include views/modules/lightbox_add-edit-sprint
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
.notification-message {
|
||||
@include transform(translateY(-100%));
|
||||
@include transition (all .6s ease-in-out);
|
||||
background: rgba($gray-light, .8);
|
||||
background: rgba($gray-light, .95);
|
||||
color: $white;
|
||||
padding: 1rem;
|
||||
padding-bottom: .5em;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
z-index: 9999;
|
||||
&.active {
|
||||
@include transform(translateY(0));
|
||||
@include transition (all .6s ease-in-out);
|
||||
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
|
||||
.notification-message-success {
|
||||
background: rgba($fresh-taiga, .8);
|
||||
background: rgba($fresh-taiga, .95);
|
||||
.icon-notification-success {
|
||||
@extend %xxlarge;
|
||||
display: inline;
|
||||
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
|
||||
.notification-message-error {
|
||||
background: rgba($red, .8);
|
||||
background: rgba($red, .95);
|
||||
.icon-notification-error {
|
||||
@extend %xxlarge;
|
||||
display: inline;
|
||||
|
@ -53,7 +53,7 @@
|
|||
.notification-light {
|
||||
@include transform(translateY(-100%));
|
||||
@include transition (all .6s ease-in-out);
|
||||
background: rgba($gray-light, .8);
|
||||
background: rgba($gray-light, .95);
|
||||
color: $white;
|
||||
left: calc(50% - 200px);
|
||||
padding: 1rem 1rem .2rem;
|
||||
|
@ -84,5 +84,5 @@
|
|||
}
|
||||
|
||||
.notification-message-light-error {
|
||||
background: rgba($red, .8);
|
||||
background: rgba($red, .95);
|
||||
}
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
}
|
||||
.pop-status {
|
||||
@include popover(200px, '', 65%, '', 0);
|
||||
@include popover(200px, 0, 65%, '', '');
|
||||
}
|
||||
.pop-role {
|
||||
@include popover(200px, 0, 65%, '', '');
|
||||
|
@ -187,6 +187,6 @@
|
|||
opacity: 0;
|
||||
position: absolute;
|
||||
right: .5rem;
|
||||
top: .5rem;
|
||||
top: .6rem;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
position: fixed;
|
||||
text-transform: uppercase;
|
||||
width: 90px;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
Loading…
Reference in New Issue