123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- section.login-register {
- margin-top: 20px;
- .create_user {
- margin-top: 20px;
- }
- label {
- display: none;
- }
- .button {
- font-size: 16px !important;
- }
- .panel {
- border: 0;
- border-bottom: 1px solid #EFEFEF;
- &.subscription-plan {
- border-bottom: none;
- }
- }
- .section-container {
- background: white;
- padding: 0px;
- margin: 0px;
- border: 18px solid #DADFE0;
- .tabs {
- dd {
- top: -1px;
- width: 50%;
- .title {
- border: 0;
- font-family: "Dosis";
- text-transform: uppercase;
- font-size: 1.5em;
- text-align: center;
- padding: 10px;
- }
- }
- }
- .content {
- background: white;
- border: 0;
- padding: 15px;
- padding-top: 30px;
- margin: 0px;
- .button {
- padding: 0.6em;
- }
- }
- }
- input[type=submit] {
- margin-bottom: 0;
- font-size: 1.2em;
- }
- h4 {
- font-size: 1em;
- text-align: center;
- text-transform: uppercase;
- font-weight: 600;
- margin-top: 20px;
- }
- #facebook_sign_in {
- background: #3B5998;
- padding: 12px;
- font-size: 1.2em;
- }
- }
|