Styling for registration steps

This commit is contained in:
summerscope
2014-08-22 15:38:41 +10:00
committed by Rob H
parent d1b8b12901
commit 500cb65b41

View File

@@ -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