Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- #app_contact {
-
- .bloc-contact {
- background-color: $yellow;
-
- h1 {
- color: $green;
- font-family: FranklinGothic;
- font-size: 7.5rem;
- line-height: 67px;
- margin-top: 10rem;
- margin-bottom: 35px;
- }
-
- p {
- color: $orange;
- font-style: italic;
- font-size: 2.0rem;
- margin-bottom: 50px;
- width: 50%;
- }
-
- .perso-contact {
- position: absolute;
- right: 0;
- bottom: 0;
- }
-
- .sut-contact {
- margin-top: 15%;
- }
-
- .row-contact {
- position: relative;
- min-height: 750px;
- }
- }
-
- .bloc-address {
- margin-top: 75px;
-
- .background-green {
- color: #FFF;
- background-color: #83A775;
- display: inline-block;
- padding: 5px;
- margin-top: 42px;
- }
-
- .address-contact {
- color: $green;
- font-size: 3.7rem;
- margin-bottom: 5px;
- }
-
- .link-contact a {
- color: $green;
- text-decoration: underline;
- font-size: 3.7rem;
- }
- }
-
- .container-contact {
- margin-top: 10rem;
- margin-bottom: 20rem;
-
- input, textarea {
- color: #797677;
- border: 1px solid #797677;
- margin-bottom: 40px;
- width: 100%;
- padding: 10px;
- font-size: 1.6rem;
- }
-
- textarea {
- min-height: 200px;
- }
-
- #contact-form-btn {
- background-color: #FFF;
- color: $green;
- border: 2px solid $green;
- font-weight: bold;
- padding: 15px;
- font-size: 3.0rem;
-
- &:hover {
- border-color: $yellow;
- }
- }
- }
- }
|