Cayuse and Crayon templates. Added Talkspace's emails as temporary files, but still need to organize them.
This commit is contained in:
50
Custom_Templates/customer_templates/Cayuse/styles.css.liquid
Normal file
50
Custom_Templates/customer_templates/Cayuse/styles.css.liquid
Normal file
@ -0,0 +1,50 @@
|
||||
/*
|
||||
Put your custom overlay styles in here
|
||||
You can use your northpass color palette in this file
|
||||
|
||||
{{ color_palette.button_font_color }}
|
||||
{{ color_palette.button_color }}
|
||||
{{ color_palette.button_hover_color }}
|
||||
{{ color_palette.header_font_color }}
|
||||
{{ color_palette.header_font_hover_color }}
|
||||
{{ color_palette.header_color }}
|
||||
*/
|
||||
|
||||
a, a:hover, a:focus, a:active {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.course-description {
|
||||
margin-top: 10px;
|
||||
}
|
||||
@media screen and (min-width: 768px) and (max-width: 950px){
|
||||
.np-card-content-footer {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
}
|
||||
}
|
||||
.button-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
.back-button {
|
||||
position: absolute !important;
|
||||
background: #2e3e8f;
|
||||
opacity: 0.8;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
border-radius: 4px;
|
||||
z-index: -1;
|
||||
}
|
||||
.np-button:hover {
|
||||
color: white;
|
||||
}
|
||||
.np-card-content-progress {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.np-header-desktop-nav-list {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user