Reduced Ommpa Loompa banner and show time ISsue #669
parent
354d840ef6
commit
9c0b65ba6f
|
@ -173,7 +173,7 @@ class ConfirmService extends taiga.Service
|
|||
if @.tsem
|
||||
cancelTimeout(@.tsem)
|
||||
|
||||
@.tsem = timeout 3500, =>
|
||||
@.tsem = timeout 1500, =>
|
||||
body.find(selector)
|
||||
.removeClass('active')
|
||||
.addClass('inactive')
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
background: rgba($gray-light, .95);
|
||||
color: $white;
|
||||
padding: 1rem;
|
||||
padding-bottom: .5em;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
|
@ -19,6 +18,9 @@
|
|||
display: inline-block;
|
||||
margin-left: .5rem;
|
||||
width: 80%;
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.warning {
|
||||
@extend %xlarge;
|
||||
|
@ -35,7 +37,7 @@
|
|||
}
|
||||
|
||||
.notification-message-success {
|
||||
background: rgba($fresh-taiga, .95);
|
||||
background: rgba($fresh-taiga, .9);
|
||||
.icon-notification-success {
|
||||
@extend %xxlarge;
|
||||
display: inline;
|
||||
|
@ -44,7 +46,7 @@
|
|||
}
|
||||
|
||||
.notification-message-error {
|
||||
background: rgba($red, .95);
|
||||
background: rgba($red, .9);
|
||||
.icon-notification-error {
|
||||
@extend %xxlarge;
|
||||
display: inline;
|
||||
|
|
|
@ -15,12 +15,6 @@ body {
|
|||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
width: 100%;
|
||||
&.closed-projects-nav {
|
||||
.projects-nav {
|
||||
@include transform(translate3d(-300px, 0, 0));
|
||||
@include transition (transform 1s ease);
|
||||
}
|
||||
}
|
||||
.master {
|
||||
@include transition (transform 1s ease);
|
||||
&.ng-animate {
|
||||
|
@ -53,9 +47,6 @@ body {
|
|||
opacity: .9;
|
||||
}
|
||||
}
|
||||
&.loader-active {
|
||||
overflow: hidden;
|
||||
}
|
||||
&.loading-project {
|
||||
overflow: hidden;
|
||||
.projects-nav-overlay {
|
||||
|
@ -70,6 +61,17 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.closed-projects-nav {
|
||||
.projects-nav {
|
||||
@include transform(translate3d(-300px, 0, 0));
|
||||
@include transition (transform 1s ease);
|
||||
}
|
||||
}
|
||||
|
||||
.loader-active {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.master {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
|
@ -118,7 +120,6 @@ body {
|
|||
margin-bottom: 1rem;
|
||||
.action-buttons {
|
||||
flex-shrink: 0;
|
||||
margin-right: 2rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
h1 {
|
||||
|
|
Loading…
Reference in New Issue