python-gallery/gallery/static/sass/components/buttons/pill.sass

91 lines
1.3 KiB
Sass
Raw Normal View History

.pill-row
margin: 0
padding: 0
width: 100%
height: auto
display: flex
justify-content: center
align-items: center
gap: 0.5rem
> div
margin: 0
padding: 0
display: flex
2023-04-08 19:32:04 +00:00
background-color: RGB($bg-200)
border-radius: $rad
2023-04-06 18:42:04 +00:00
.pill-text
margin: 0
padding: 0.5rem
width: auto
height: 2.5rem
display: flex
justify-content: center
align-items: center
position: relative
text-align: center
font-size: 1rem
2023-04-08 19:32:04 +00:00
font-weight: 400
2023-04-06 18:42:04 +00:00
color: RGB($fg-white)
.pill-item
margin: 0
padding: 0.5rem
width: 2.5rem
height: 2.5rem
display: flex
justify-content: center
align-items: center
position: relative
border: none
background-color: transparent
2023-03-25 16:22:32 +00:00
color: RGB($fg-white)
svg
width: 1.25rem
height: 1.25rem
&:hover
cursor: pointer
2023-03-25 16:22:32 +00:00
color: RGB($primary)
.pill__critical
2023-03-25 16:22:32 +00:00
color: RGB($critical)
span
background: RGB($critical)
color: RGB($fg-white)
svg
color: RGB($critical)
&:hover
2023-03-25 16:22:32 +00:00
color: RGB($fg-white)
.pill__info
2023-03-25 16:22:32 +00:00
color: RGB($info)
span
2023-03-25 16:22:32 +00:00
color: RGB($info)
&:hover
2023-03-25 16:22:32 +00:00
color: RGB($fg-white)
@media (max-width: $breakpoint)
.tool-tip
display: none