mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Change navbar colour in image groups
This commit is contained in:
parent
45c5a0f682
commit
c7e38dfcfb
5 changed files with 78 additions and 46 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
position: relative
|
||||
|
||||
border-radius: $rad
|
||||
border-radius: $rad-inner
|
||||
|
||||
box-sizing: border-box
|
||||
overflow: hidden
|
||||
|
@ -26,7 +26,8 @@
|
|||
padding: 0.5rem
|
||||
|
||||
width: 100%
|
||||
height: 30%
|
||||
min-height: 30%
|
||||
height: auto
|
||||
|
||||
position: absolute
|
||||
left: 0
|
||||
|
@ -104,7 +105,7 @@
|
|||
|
||||
position: relative
|
||||
|
||||
border-radius: $rad
|
||||
border-radius: $rad-inner
|
||||
|
||||
box-sizing: border-box
|
||||
overflow: hidden
|
||||
|
@ -114,7 +115,8 @@
|
|||
padding: 0.5rem
|
||||
|
||||
width: 100%
|
||||
height: 30%
|
||||
min-height: 30%
|
||||
height: auto
|
||||
|
||||
position: absolute
|
||||
left: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue