Skip to content

Commit 0ba8eca

Browse files
authored
Add custom overrides and tweaks from implementation
1 parent 451e91f commit 0ba8eca

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

dist/iul-custom-overrides.css

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
/** rsh custom IUL header/footer overrides/additions ***/
2+
.rvt-c-button__header {
3+
border: .125rem solid #e2e7e9;
4+
border-radius: 999px; /* to use default square shape .25rem; */
5+
display: flex;
6+
line-height: .875rem;
7+
padding-left: 0.5rem;
8+
padding-right: 0.5rem
9+
}
10+
.rvt-c-button__header:hover {
11+
background-color: #edfafd;
12+
border-color: #006298;
13+
}
14+
.rvt-button--plain {
15+
/* border-color: transparent; */
16+
background-color: transparent;
17+
}
18+
.rvt-footer-resources {
19+
background-color: #900;
20+
color: #fff;
21+
padding-bottom: 1rem;
22+
}
23+
.rvt-footer-resources__heading {
24+
display:inline-block;
25+
background-color: #900;
26+
color: #fff;
27+
padding-bottom: 0;
28+
font-size: 1rem;
29+
}
30+
.rvt-c-button__footer {
31+
margin-top: 1rem;
32+
background-color: #ffffff;
33+
border: #ffffff;
34+
border-radius: 999px;
35+
color: #990000;
36+
line-height: .875rem;
37+
height: 2.5rem;
38+
align-items: center;
39+
cursor: pointer;
40+
font-weight: 500;
41+
text-decoration: none;
42+
position: relative;
43+
padding: 0 0.75rem;
44+
display: -ms-inline-flexbox;
45+
display: inline-flex;
46+
}
47+
.rvt-c-button__footer:visited {
48+
color: #990000;
49+
}
50+
.rvt-footer-base__link:visited {
51+
color:#fff;
52+
}
53+
.rvt-c-button__footer:hover, .rvt-c-button__footer:active {
54+
color: #ffffff;
55+
border: .125rem solid #fff;
56+
border-radius: 999px;
57+
background-color: #990000;
58+
}
59+
.rvt-c-button__footer:focus {
60+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #990000;
61+
}
62+
.rvt-c-icon-inline {
63+
display: inline-flex;
64+
}
65+
.rvt-icon > svg, rvt-icon > svg, rvt-icon:not(:defined)::before {
66+
height: 1rem;
67+
width: 1rem;
68+
margin-right: 0.5rem;
69+
color: #A0ABB4;
70+
}

0 commit comments

Comments
 (0)