Skip to content

Commit

Permalink
CSS: help buttons style
Browse files Browse the repository at this point in the history
  • Loading branch information
jbidoret committed Oct 22, 2024
1 parent 782fb14 commit fa5be9e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,20 @@ input[type="submit"], input[type="file"], button, select, .button {
margin: 0 var(--reset-padding) 0;
}


/* --------------------------------------------------------- help button */
.help {
background: var(--outline-color);
color: var(--outline-background-color) !important;
border-radius: 100%;
display: flex;
width: 1.2em;
height: 1.2em;
font-size: var(--size-small);
justify-content: center;
align-items: center;
}

/* --------------------------------------------------------- topbar */

#topbar input[type="text"] {
Expand Down

0 comments on commit fa5be9e

Please sign in to comment.