Skip to content

Commit

Permalink
Fix and Add Transition Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Dec 28, 2022
1 parent 526f6ac commit 8d7a069
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
--pp-blue-box: rgba(0, 122, 201, 0.6);
--all-yellow-box: rgba(223, 255, 0, 0.6);
--box-shadow-kbcss: 1px 1px 1px 0px #000;
--transition-kanboard-css: ease-in-out all .3s;
}

.pp-blue {color: #007AC9;}
Expand All @@ -53,8 +54,8 @@
.pp-btn-red {color: white; background-color: #B71234; border-color: #B71234; font-weight: 500; transition: ease 0.7s;}
.pp-btn-grey {color: white; background-color: #4D4D4D; border-color: #4D4D4D; font-weight: 500; transition: ease 0.7s;}

div, a, details, summary, i, img, table, tr, .btn-uninstall, svg, figure, button {
transition: ease-in-out all .3s;
a, details, summary, i, img, table, tr, svg, figure, button {
transition: var(--transition-kanboard-css);
}

summary i {
Expand Down

0 comments on commit 8d7a069

Please sign in to comment.