mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Styling for registration steps
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import branding
|
||||
@import mixins
|
||||
|
||||
#registration-modal
|
||||
.header
|
||||
@@ -7,7 +8,7 @@
|
||||
.container
|
||||
background-color: #ffffff
|
||||
.content
|
||||
margin-bottom: 15px
|
||||
// margin-bottom: 15px
|
||||
|
||||
i
|
||||
font-size: 150%
|
||||
@@ -71,21 +72,25 @@
|
||||
padding: 12px 0px
|
||||
text-transform: uppercase
|
||||
text-align: center
|
||||
background-color: #000000
|
||||
color: #ffffff
|
||||
background-color: #333
|
||||
border: 2px solid #333
|
||||
color: #fff
|
||||
.item.active
|
||||
background-color: #ffffff
|
||||
color: #000000
|
||||
background-color: #cccccc
|
||||
border: 2px solid #333
|
||||
color: #333
|
||||
@include box-shadow(inset 0 0 1px 0 #fff)
|
||||
|
||||
#registration-details
|
||||
#enterprise-types
|
||||
a
|
||||
a.panel
|
||||
display: block
|
||||
background-color: #efefef
|
||||
color: black
|
||||
&:hover
|
||||
background-color: #ffffff
|
||||
background-color: #fff
|
||||
&.selected
|
||||
h6
|
||||
color: #ffffff
|
||||
color: #ffffff
|
||||
&, & *
|
||||
color: #fff
|
||||
color: #fff
|
||||
background-color: $clr-turquoise-bright
|
||||
|
||||
Reference in New Issue
Block a user