-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Home Page: Convert bottom 2 components to Rhombus on Desktop #155
Conversation
✅ Deploy Preview for cal-itp-website ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@segacy1 Should the 2 links in the Stay up to date bubble also be bolded? |
src/stylesheets/main.css
Outdated
@@ -382,6 +382,14 @@ p.important { | |||
.rhombus-1 { | |||
clip-path: polygon(0 3%, 100% 0, 96% 98%, 3% 100%); | |||
} | |||
|
|||
.rhombus-2 { | |||
clip-path: polygon(8% 10%, 91% 0, 100% 100%, 0 100%); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thekaveman great catch! have to remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
closes #96
This is the last Rhombus ticket!