| 1 |
@import "../start"; |
| 2 |
|
| 3 |
#fs_affiliation_content_wrapper { |
| 4 |
#messages { |
| 5 |
margin-top: 25px; |
| 6 |
} |
| 7 |
|
| 8 |
h3 { |
| 9 |
font-size: 24px; |
| 10 |
padding: 0; |
| 11 |
margin-left: 0; |
| 12 |
} |
| 13 |
|
| 14 |
ul { |
| 15 |
li { |
| 16 |
@include box-sizing(border-box); |
| 17 |
list-style-type: none; |
| 18 |
|
| 19 |
&:before { |
| 20 |
content: '✓'; |
| 21 |
margin-right: 10px; |
| 22 |
font-weight: bold; |
| 23 |
} |
| 24 |
} |
| 25 |
} |
| 26 |
|
| 27 |
p:not(.description), li, label { |
| 28 |
font-size: 16px !important; |
| 29 |
line-height: 26px !important; |
| 30 |
} |
| 31 |
|
| 32 |
.button { |
| 33 |
margin-top: 20px; |
| 34 |
margin-bottom: 7px; |
| 35 |
line-height: 35px; |
| 36 |
height: 40px; |
| 37 |
font-size: 16px; |
| 38 |
|
| 39 |
&#cancel_button { |
| 40 |
margin-right: 5px; |
| 41 |
} |
| 42 |
} |
| 43 |
|
| 44 |
form { |
| 45 |
.input-container { |
| 46 |
.input-label { |
| 47 |
font-weight: bold; |
| 48 |
display: block; |
| 49 |
width: 100%; |
| 50 |
} |
| 51 |
|
| 52 |
&.input-container-text { |
| 53 |
label, input, textarea { |
| 54 |
display: block; |
| 55 |
} |
| 56 |
} |
| 57 |
|
| 58 |
margin-bottom: 15px; |
| 59 |
|
| 60 |
#add_domain, .remove-domain { |
| 61 |
text-decoration: none; |
| 62 |
display: inline-block; |
| 63 |
margin-top: 3px; |
| 64 |
|
| 65 |
&:focus { |
| 66 |
box-shadow: none; |
| 67 |
} |
| 68 |
|
| 69 |
&.disabled { |
| 70 |
color: #aaa; |
| 71 |
cursor: default; |
| 72 |
} |
| 73 |
} |
| 74 |
} |
| 75 |
|
| 76 |
#extra_domains_container { |
| 77 |
.description { |
| 78 |
margin-top: 0; |
| 79 |
position: relative; |
| 80 |
top: -4px; |
| 81 |
} |
| 82 |
|
| 83 |
.extra-domain-input-container { |
| 84 |
margin-bottom: 15px; |
| 85 |
|
| 86 |
.domain { |
| 87 |
display: inline-block; |
| 88 |
margin-right: 5px; |
| 89 |
|
| 90 |
&:last-of-type { |
| 91 |
margin-bottom: 0; |
| 92 |
} |
| 93 |
} |
| 94 |
} |
| 95 |
} |
| 96 |
} |
| 97 |
} |