Skip to content

Commit

Permalink
Fixes #24214: Fix UI issues caused by bootstrap update in api-authori…
Browse files Browse the repository at this point in the history
…zation plugin
  • Loading branch information
RaphaelGauthier committed Feb 19, 2024
1 parent ef96636 commit 609ac14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ displayCategory acl cat =
, div [class "category-body"]
(cat.apis
|> List.map (\api ->
label [ class "label-acl" ]
label [ class "label-acl mb-2" ]
[ apiSelect acl api
, displayApi api
]
Expand Down
11 changes: 6 additions & 5 deletions api-authorizations/src/main/style/media.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
.acl-category .category-header label{
margin: 0;
text-transform: capitalize;
font-size: 22px;
font-size: 1.2em;
font-weight: normal;
flex: 1;
padding: 4px 0;
Expand All @@ -98,7 +98,7 @@
.acl-category .label-acl{
display: flex;
border-radius: 4px;
border: 1px solid #e5e5e5;
border: 1px solid #D6DEEF;
background:#fff;
cursor:pointer;
}
Expand All @@ -108,7 +108,7 @@
margin-bottom:0;
justify-content: center;
align-items : center;
background: #f0f0f0;
background: #eef1f9;
width: 30px;
}

Expand All @@ -119,6 +119,7 @@
.acl-category .label-acl > div > h5 {
margin-top: 0;
margin-bottom: 4px;
font-size: 1.1rem;
}

.acl-category .label-acl > div{
Expand All @@ -135,7 +136,7 @@
font-weight:normal;
text-transform:UPPERCASE;
transition-duration:.2s;
color: #999;
color: #72829D;
display:inline-block;
font-family:var(--font-mono);
margin-right:2px;
Expand All @@ -154,7 +155,7 @@
color:#935cc1;
}
.acl-category .label-acl > div > div{
color: #738195;
color: #72829D;
font-weight: normal;
font-size: 12px;
}

0 comments on commit 609ac14

Please sign in to comment.