-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4acd8ad
commit e8262c8
Showing
10 changed files
with
135 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
+++ | ||
template = "contact.html" | ||
draft = true | ||
+++ | ||
|
||
# Contact Us | ||
|
||
Please don't hesitate to inquire! | ||
Planning a wedding, party, or corporate event? We'd love to hear from you! Fill out the form below to contact us. Alternatively, email us at [hello@theminimalmixologist.com](mailto:hello@theminimalmixologist.com) or call/text us at [971-277-1270](tel:971-277-1270). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
@import "./colors.scss"; | ||
@import "./utils.scss"; | ||
@import "./vars.scss"; | ||
|
||
#success-message, #error-message { | ||
display: none; | ||
border: 4px solid transparent; | ||
border-radius: $border-radius-default; | ||
padding: pixels-to-rem(10) pixels-to-rem(15); | ||
font-size: pixels-to-rem(18); | ||
} | ||
|
||
#success-message { | ||
border-color: $success-color-accent; | ||
} | ||
|
||
#error-message { | ||
background-color: $error-color-primary; | ||
border-color: $error-color-accent; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters