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