Skip to content

Commit

Permalink
fix(pat structure): Fix Sass compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Aug 20, 2024
1 parent caca337 commit 9bbcf00
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/pat/structure/structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@

th,
td {
padding: 8px;

&:first-child {
border-left-width: 1px;
}

padding: 8px;
}

.fc-breadcrumbs-container {
Expand Down Expand Up @@ -199,13 +199,13 @@
.popover {
overflow: hidden;

/* quickfix for Bootstrap 5.2.0-beta */
position: absolute !important;

&:not(.active) {
display: none;
}

/* quickfix for Bootstrap 5.2.0-beta */
position: absolute !important;

.popover-title {
font-weight:bold;
padding: 8px 14px;
Expand Down Expand Up @@ -358,30 +358,30 @@
width:100%;
display: block;
}

>.popover-content{
display:flex;
flex-direction: column;
align-items: flex-start;
padding:0 1rem;

> label{
order:1;
margin-bottom:0.5rem;
}

> ul{
column-count: 2;
order:3;
margin-bottom:0.5rem;
}

> button{
order:2;
margin-bottom:0.5rem;
}
}

ul {
list-style: none;
margin: 0 0 1ex 0;
Expand Down

0 comments on commit 9bbcf00

Please sign in to comment.