Skip to content

Commit

Permalink
✨ css improvement to countdown button (#330) (#331)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#147
  • Loading branch information
Findeton committed Jul 20, 2023
1 parent 38efd77 commit b3e36e6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion avUi/common-header-directive/common-header-directive.less
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
}

.logout-bottom {
display: none;
position: absolute;
border-bottom: 2px solid #0F054C;
border-radius: 4px;
Expand All @@ -131,7 +132,7 @@
}

.logout-container.countdown {
.logout-bar {
.logout-bar, .logout-bottom {
display: block;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
}

.logout-bottom {
display: none;
position: absolute;
border-bottom: 2px solid #0F054C;
border-radius: 4px;
Expand All @@ -131,7 +132,7 @@
}

.logout-container.countdown {
.logout-bar {
.logout-bar, .logout-bottom {
display: block;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/themes/default/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/podemos/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/test/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/v2/app.min.css

Large diffs are not rendered by default.

0 comments on commit b3e36e6

Please sign in to comment.