focus on sign in button
This commit is contained in:
parent
2fe7b41b17
commit
1590f9e1f4
|
@ -439,7 +439,8 @@ ul li{display:inline-block}
|
|||
#head ul li{margin-left:30px}
|
||||
#head a{font-weight:bold;}
|
||||
#head a.active,#head a:hover{color:#dde1ed}
|
||||
#head .right{float:right;margin-right:20px;line-height:64px}
|
||||
#head .right{float:right;margin-right:20px;line-height:64px;}
|
||||
#head .right a{-webkit-border-radius:2px;border-radius:2px;background:#fff;color:#00b361;padding:10px 20px}
|
||||
#title{border-bottom:3px solid #f3f4f8;}
|
||||
#title h2{border-bottom:3px solid #aaafbf;margin:30px 0 -3px 0;display:inline-block;padding-bottom:20px}
|
||||
#title .milestone{font-size:16px;font-weight:bold;margin:0 20px}
|
||||
|
|
|
@ -32,7 +32,8 @@ ul li{display:inline-block}
|
|||
#head ul li{margin-left:30px}
|
||||
#head a{font-weight:bold;}
|
||||
#head a.active,#head a:hover{color:#dde1ed}
|
||||
#head .right{float:right;margin-right:20px;line-height:64px}
|
||||
#head .right{float:right;margin-right:20px;line-height:64px;}
|
||||
#head .right a{-webkit-border-radius:2px;border-radius:2px;background:#fff;color:#00b361;padding:10px 20px}
|
||||
#title{border-bottom:3px solid #f3f4f8;}
|
||||
#title h2{border-bottom:3px solid #aaafbf;margin:30px 0 -3px 0;display:inline-block;padding-bottom:20px}
|
||||
#title .milestone{font-size:16px;font-weight:bold;margin:0 20px}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@import 'nib'
|
||||
|
||||
$serif_font = 'MuseoSlab500Regular', serif // 'SinaNova-RegularRegular', serif
|
||||
$serif_font = 'MuseoSlab500Regular', serif
|
||||
$sans_serif_font = 'MuseoSans500Regular', sans-serif
|
||||
|
||||
body
|
||||
|
@ -91,6 +91,12 @@ ul
|
|||
margin-right: 20px
|
||||
line-height: 64px
|
||||
|
||||
a
|
||||
border-radius: 2px
|
||||
background: #FFF
|
||||
color: #00B361
|
||||
padding: 10px 20px
|
||||
|
||||
#title
|
||||
border-bottom: 3px solid #F3F4F8
|
||||
|
||||
|
@ -118,15 +124,12 @@ ul
|
|||
background: url('img/hires/2.jpg') center
|
||||
background-size: cover
|
||||
border-radius: 2px
|
||||
// border: 1px solid #DDE1ED
|
||||
margin-bottom: 30px
|
||||
|
||||
.content
|
||||
border-radius: 2px
|
||||
color: #FFF
|
||||
padding: 30px
|
||||
// background: rgba(lawngreen, 40%)
|
||||
// background: #33AADD
|
||||
background: rgba(#000, 30%)
|
||||
box-shadow: inset 0 1px 2px rgba(#000, 20%)
|
||||
|
||||
|
@ -150,7 +153,6 @@ ul
|
|||
|
||||
a
|
||||
font-family: $serif_font
|
||||
// background: rgba(#000, 40%)
|
||||
padding: 10px 20px
|
||||
border-radius: 2px
|
||||
display: inline-block
|
||||
|
|
Loading…
Reference in New Issue