Blame view
imports/client/views/verify/emailpane.css
1.05 KB
8ce8e66f3
|
1 |
.wizardPane-sectionD |
db3748612
|
2 3 4 5 6 7 8 9 10 |
{ background-color: white; margin: auto; width: 30%; padding: 10px; top:50px; cursor: pointer; font-weight: bold; color: crimson; |
8ce8e66f3
|
11 12 13 14 15 16 17 18 19 20 21 22 |
font-style: italic; } .EmailVerify { color:green; font-weight: bold; } .wizardPane-link:hover { text-decoration: underline; |
db3748612
|
23 24 25 26 |
} .wizardPane-section1 { |
8ce8e66f3
|
27 28 29 30 31 32 33 34 35 36 37 38 39 |
margin:auto; width: 30%; padding: 10px; background:#fff; -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; } .wizardPane-section { margin:auto; |
db3748612
|
40 |
width: 30%; |
db3748612
|
41 |
padding: 10px; |
8ce8e66f3
|
42 43 44 45 46 47 48 49 50 51 52 |
background:#fff; -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; } .wizardPane-title { font-size: 20px; color:black; |
db3748612
|
53 |
} |