Skip to content

Commit c8832ae

Browse files
author
airwin26
committed
changed sass from usa to byu
1 parent dd82b7c commit c8832ae

31 files changed

+391
-391
lines changed

public/css/style.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div class="usa-alert usa-alert--error" role="alert">
2-
<div class="usa-alert__body">
3-
<h3 class="usa-alert__heading">Error status</h3>
4-
<p class="usa-alert__text">Lorem ipsum dolor sit amet, <a href="javascript:void(0);">consectetur adipiscing</a> elit, sed do eiusmod.</p>
1+
<div class="byu-alert byu-alert--error" role="alert">
2+
<div class="byu-alert__body">
3+
<h3 class="byu-alert__heading">Error status</h3>
4+
<p class="byu-alert__text">Lorem ipsum dolor sit amet, <a href="javascript:void(0);">consectetur adipiscing</a> elit, sed do eiusmod.</p>
55
</div>
66
</div>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="usa-alert usa-alert--info">
2-
<div class="usa-alert__body">
3-
<p class="usa-alert__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.</p>
1+
<div class="byu-alert byu-alert--info">
2+
<div class="byu-alert__body">
3+
<p class="byu-alert__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.</p>
44
</div>
55
</div>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="usa-alert usa-alert--info usa-alert--no-icon">
2-
<div class="usa-alert__body">
3-
<p class="usa-alert__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.</p>
1+
<div class="byu-alert byu-alert--info byu-alert--no-icon">
2+
<div class="byu-alert__body">
3+
<p class="byu-alert__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.</p>
44
</div>
55
</div>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="usa-alert usa-alert--info usa-alert--slim">
2-
<div class="usa-alert__body">
3-
<p class="usa-alert__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.</p>
1+
<div class="byu-alert byu-alert--info byu-alert--slim">
2+
<div class="byu-alert__body">
3+
<p class="byu-alert__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.</p>
44
</div>
55
</div>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div class="usa-alert usa-alert--success">
2-
<div class="usa-alert__body">
3-
<h3 class="usa-alert__heading">Success status</h3>
4-
<p class="usa-alert__text">Lorem ipsum dolor sit amet, <a href="javascript:void(0);">consectetur adipiscing</a> elit, sed do eiusmod.</p>
1+
<div class="byu-alert byu-alert--success">
2+
<div class="byu-alert__body">
3+
<h3 class="byu-alert__heading">Success status</h3>
4+
<p class="byu-alert__text">Lorem ipsum dolor sit amet, <a href="javascript:void(0);">consectetur adipiscing</a> elit, sed do eiusmod.</p>
55
</div>
66
</div>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div class="usa-alert usa-alert--warning">
2-
<div class="usa-alert__body">
3-
<h3 class="usa-alert__heading">Warning status</h3>
4-
<p class="usa-alert__text">Lorem ipsum dolor sit amet, <a href="javascript:void(0);">consectetur adipiscing</a> elit, sed do eiusmod.</p>
1+
<div class="byu-alert byu-alert--warning">
2+
<div class="byu-alert__body">
3+
<h3 class="byu-alert__heading">Warning status</h3>
4+
<p class="byu-alert__text">Lorem ipsum dolor sit amet, <a href="javascript:void(0);">consectetur adipiscing</a> elit, sed do eiusmod.</p>
55
</div>
66
</div>

src/components/alerts/alerts.config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,49 @@ variants:
77
label: Info
88
context:
99
alert:
10-
classes: "usa-alert--info"
10+
classes: "byu-alert--info"
1111
title: Informative status
1212

1313
- name: success
1414
label: Success
1515
context:
1616
alert:
17-
classes: "usa-alert--success"
17+
classes: "byu-alert--success"
1818
title: Success status
1919

2020

2121
- name: warning
2222
label: Warning
2323
context:
2424
alert:
25-
classes: "usa-alert--warning"
25+
classes: "byu-alert--warning"
2626
title: Warning status
2727

2828
- name: error
2929
label: Error
3030
context:
3131
alert:
32-
classes: "usa-alert--error"
32+
classes: "byu-alert--error"
3333
title: Error status
3434
role: "alert"
3535

3636
- name: no-header
3737
label: No header
3838
context:
3939
alert:
40-
classes: "usa-alert--info"
40+
classes: "byu-alert--info"
4141
content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod."
4242

4343
- name: no-icon
4444
label: No icon
4545
context:
4646
alert:
47-
classes: "usa-alert--info usa-alert--no-icon"
47+
classes: "byu-alert--info byu-alert--no-icon"
4848
content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod."
4949

5050
- name: slim
5151
label: Slim
5252
context:
5353
alert:
54-
classes: "usa-alert--info usa-alert--slim"
54+
classes: "byu-alert--info byu-alert--slim"
5555
content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod."

src/components/alerts/alerts.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div class="usa-alert usa-alert--info">
2-
<div class="usa-alert__body">
3-
<h3 class="usa-alert__heading">Informative status</h3>
4-
<p class="usa-alert__text">Lorem ipsum dolor sit amet, <a href="javascript:void(0);">consectetur adipiscing</a>
1+
<div class="byu-alert byu-alert--info">
2+
<div class="byu-alert__body">
3+
<h3 class="byu-alert__heading">Informative status</h3>
4+
<p class="byu-alert__text">Lorem ipsum dolor sit amet, <a href="javascript:void(0);">consectetur adipiscing</a>
55
elit, sed do eiusmod.</p>
66
</div>
77
</div>

src/components/alerts/alerts.sass

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.usa-alert
1+
.byu-alert
22
font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
33
font-size: 1.06471rem
44
line-height: 1.52155
@@ -13,11 +13,11 @@
1313
position: relative
1414

1515

16-
* + .usa-alert
16+
* + .byu-alert
1717
margin-top: 1rem
1818

1919

20-
.usa-alert::before
20+
.byu-alert::before
2121
background-color: #a9aeb1
2222
content: ''
2323
height: 100%
@@ -27,27 +27,27 @@
2727
width: 0.5rem
2828

2929

30-
.usa-alert ul
30+
.byu-alert ul
3131
margin-bottom: 0
3232
margin-top: 0.5rem
3333
padding-left: 0.5rem
3434

3535

36-
.usa-alert .usa-checklist
36+
.byu-alert .byu-checklist
3737
padding-left: 0
3838

3939

40-
.usa-alert__icon
40+
.byu-alert__icon
4141
display: table-cell
4242
padding-right: 0.5rem
4343

4444

45-
.usa-alert__body
45+
.byu-alert__body
4646
display: table-cell
4747
vertical-align: top
4848

4949

50-
.usa-alert__heading
50+
.byu-alert__heading
5151
font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
5252
font-size: 1.46397rem
5353
line-height: 1.12707
@@ -56,129 +56,129 @@
5656
color: #000000
5757

5858

59-
.usa-alert__text
59+
.byu-alert__text
6060
margin-bottom: 0
6161
margin-top: 0
6262

6363

64-
.usa-alert__text a
64+
.byu-alert__text a
6565
color: #005ea2
6666
text-decoration: underline
6767

6868

69-
.usa-alert__text a:hover
69+
.byu-alert__text a:hover
7070
color: #1a4480
7171

7272

73-
.usa-alert__text a:active
73+
.byu-alert__text a:active
7474
color: #162e51
7575

7676

77-
.usa-alert__text a:focus
77+
.byu-alert__text a:focus
7878
outline: 0.25rem solid #2491ff
7979
outline-offset: 0
8080

8181

82-
.usa-alert__text a:visited
82+
.byu-alert__text a:visited
8383
color: #562b97
8484

8585

86-
.usa-alert__text:only-child
86+
.byu-alert__text:only-child
8787
margin-bottom: 0.5rem
8888
padding-top: 0.25rem
8989

9090

91-
.usa-alert--success
91+
.byu-alert--success
9292
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='216'%3E%3Cpath d='M162.18 41.592c-5.595-9.586-13.185-17.176-22.771-22.771-9.588-5.595-20.055-8.392-31.408-8.392-11.352 0-21.822 2.797-31.408 8.392-9.587 5.594-17.177 13.184-22.772 22.771-5.596 9.587-8.393 20.057-8.393 31.408 0 11.352 2.798 21.82 8.392 31.408 5.595 9.585 13.185 17.176 22.772 22.771 9.587 5.595 20.056 8.392 31.408 8.392s21.822-2.797 31.408-8.392c9.586-5.594 17.176-13.185 22.771-22.771 5.594-9.587 8.391-20.057 8.391-31.408 0-11.352-2.797-21.822-8.39-31.408zm-13.608 21.876l-44.239 44.239c-1.032 1.032-2.281 1.549-3.748 1.549-1.412 0-2.634-.517-3.666-1.549L67.425 78.215c-.977-.979-1.466-2.199-1.466-3.666 0-1.521.488-2.771 1.466-3.749l7.414-7.332c1.033-1.032 2.254-1.548 3.667-1.548s2.635.516 3.667 1.548l18.413 18.413 33.241-33.16c1.032-1.032 2.254-1.548 3.666-1.548 1.411 0 2.635.516 3.666 1.548l7.414 7.333c.979.977 1.467 2.226 1.467 3.747 0 1.467-.488 2.689-1.468 3.667z' fill='%231b1b1b'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent))
9393
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='216'%3E%3Cpath d='M162.18 41.592c-5.595-9.586-13.185-17.176-22.771-22.771-9.588-5.595-20.055-8.392-31.408-8.392-11.352 0-21.822 2.797-31.408 8.392-9.587 5.594-17.177 13.184-22.772 22.771-5.596 9.587-8.393 20.057-8.393 31.408 0 11.352 2.798 21.82 8.392 31.408 5.595 9.585 13.185 17.176 22.772 22.771 9.587 5.595 20.056 8.392 31.408 8.392s21.822-2.797 31.408-8.392c9.586-5.594 17.176-13.185 22.771-22.771 5.594-9.587 8.391-20.057 8.391-31.408 0-11.352-2.797-21.822-8.39-31.408zm-13.608 21.876l-44.239 44.239c-1.032 1.032-2.281 1.549-3.748 1.549-1.412 0-2.634-.517-3.666-1.549L67.425 78.215c-.977-.979-1.466-2.199-1.466-3.666 0-1.521.488-2.771 1.466-3.749l7.414-7.332c1.033-1.032 2.254-1.548 3.667-1.548s2.635.516 3.667 1.548l18.413 18.413 33.241-33.16c1.032-1.032 2.254-1.548 3.666-1.548 1.411 0 2.635.516 3.666 1.548l7.414 7.333c.979.977 1.467 2.226 1.467 3.747 0 1.467-.488 2.689-1.468 3.667z' fill='%231b1b1b'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent)
9494
background-repeat: no-repeat
9595
background-color: #ecf3ec
9696

9797

98-
.usa-alert--success::before
98+
.byu-alert--success::before
9999
background-color: #00a91c
100100

101101

102-
.usa-alert--success .usa-alert__body
102+
.byu-alert--success .byu-alert__body
103103
padding-left: 3.25rem
104104

105105

106-
.usa-alert--warning
106+
.byu-alert--warning
107107
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='146'%3E%3Cpath d='M179.695 125.388L117.126 10.673a10.39 10.39 0 0 0-3.832-3.992 10.1 10.1 0 0 0-5.295-1.467c-1.901 0-3.667.49-5.296 1.467s-2.906 2.308-3.829 3.992L36.303 125.388c-1.901 3.423-1.847 6.845.163 10.267a10.24 10.24 0 0 0 3.789 3.746 10.188 10.188 0 0 0 5.174 1.387H170.57c1.849 0 3.572-.463 5.175-1.387a10.24 10.24 0 0 0 3.789-3.746c2.01-3.423 2.064-6.844.161-10.267zm-61.265-8.148c0 .76-.259 1.398-.773 1.914-.516.516-1.127.773-1.834.773H100.18c-.706 0-1.317-.257-1.833-.773-.516-.517-.774-1.154-.774-1.914v-15.48c0-.76.258-1.397.774-1.914.516-.516 1.126-.773 1.833-.773h15.642c.707 0 1.318.257 1.834.773.515.517.773 1.154.773 1.914v15.48zm-.162-30.47c-.056.543-.341.991-.856 1.344-.517.354-1.154.529-1.915.529h-15.073c-.76 0-1.412-.176-1.955-.529-.544-.354-.815-.801-.815-1.346l-1.385-37.231c0-.761.272-1.331.815-1.711.706-.597 1.358-.896 1.956-.896h17.924c.598 0 1.25.298 1.956.896.543.38.813.896.813 1.548l-1.465 37.396z' fill='%231b1b1b'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent))
108108
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='146'%3E%3Cpath d='M179.695 125.388L117.126 10.673a10.39 10.39 0 0 0-3.832-3.992 10.1 10.1 0 0 0-5.295-1.467c-1.901 0-3.667.49-5.296 1.467s-2.906 2.308-3.829 3.992L36.303 125.388c-1.901 3.423-1.847 6.845.163 10.267a10.24 10.24 0 0 0 3.789 3.746 10.188 10.188 0 0 0 5.174 1.387H170.57c1.849 0 3.572-.463 5.175-1.387a10.24 10.24 0 0 0 3.789-3.746c2.01-3.423 2.064-6.844.161-10.267zm-61.265-8.148c0 .76-.259 1.398-.773 1.914-.516.516-1.127.773-1.834.773H100.18c-.706 0-1.317-.257-1.833-.773-.516-.517-.774-1.154-.774-1.914v-15.48c0-.76.258-1.397.774-1.914.516-.516 1.126-.773 1.833-.773h15.642c.707 0 1.318.257 1.834.773.515.517.773 1.154.773 1.914v15.48zm-.162-30.47c-.056.543-.341.991-.856 1.344-.517.354-1.154.529-1.915.529h-15.073c-.76 0-1.412-.176-1.955-.529-.544-.354-.815-.801-.815-1.346l-1.385-37.231c0-.761.272-1.331.815-1.711.706-.597 1.358-.896 1.956-.896h17.924c.598 0 1.25.298 1.956.896.543.38.813.896.813 1.548l-1.465 37.396z' fill='%231b1b1b'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent)
109109
background-repeat: no-repeat
110110
background-color: #faf3d1
111111

112112

113-
.usa-alert--warning::before
113+
.byu-alert--warning::before
114114
background-color: #ffbe2e
115115

116116

117-
.usa-alert--warning .usa-alert__body
117+
.byu-alert--warning .byu-alert__body
118118
padding-left: 3.25rem
119119

120120

121-
.usa-alert--error
121+
.byu-alert--error
122122
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='146'%3E%3Cpath d='M162.18 41.592c-5.595-9.586-13.185-17.176-22.771-22.771-9.588-5.595-20.055-8.392-31.408-8.392-11.352 0-21.821 2.797-31.408 8.392-9.587 5.594-17.177 13.184-22.772 22.771-5.596 9.587-8.393 20.057-8.393 31.408 0 11.351 2.798 21.82 8.392 31.408 5.595 9.584 13.185 17.176 22.772 22.771 9.587 5.595 20.056 8.392 31.408 8.392s21.822-2.797 31.408-8.392c9.586-5.594 17.176-13.185 22.771-22.771C167.773 94.82 170.57 84.35 170.57 73c0-11.351-2.797-21.822-8.39-31.408zm-43.75 70.433c0 .761-.246 1.398-.734 1.914s-1.086.773-1.793.773H100.26c-.706 0-1.331-.271-1.874-.814-.543-.543-.814-1.168-.814-1.873V96.546c0-.706.271-1.331.814-1.874.543-.543 1.168-.814 1.874-.814h15.643c.707 0 1.306.258 1.793.773.488.518.734 1.154.734 1.915v15.479zm-.164-28.026c-.055.543-.339 1.019-.854 1.426-.517.407-1.154.61-1.914.61h-15.073c-.761 0-1.413-.203-1.956-.61-.543-.407-.815-.883-.815-1.426l-1.385-50.595c0-.653.271-1.141.814-1.467.544-.434 1.196-.652 1.956-.652h17.926c.761 0 1.412.217 1.955.652.543.326.813.815.813 1.467l-1.467 50.595z' fill='%231b1b1b'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent))
123123
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='146'%3E%3Cpath d='M162.18 41.592c-5.595-9.586-13.185-17.176-22.771-22.771-9.588-5.595-20.055-8.392-31.408-8.392-11.352 0-21.821 2.797-31.408 8.392-9.587 5.594-17.177 13.184-22.772 22.771-5.596 9.587-8.393 20.057-8.393 31.408 0 11.351 2.798 21.82 8.392 31.408 5.595 9.584 13.185 17.176 22.772 22.771 9.587 5.595 20.056 8.392 31.408 8.392s21.822-2.797 31.408-8.392c9.586-5.594 17.176-13.185 22.771-22.771C167.773 94.82 170.57 84.35 170.57 73c0-11.351-2.797-21.822-8.39-31.408zm-43.75 70.433c0 .761-.246 1.398-.734 1.914s-1.086.773-1.793.773H100.26c-.706 0-1.331-.271-1.874-.814-.543-.543-.814-1.168-.814-1.873V96.546c0-.706.271-1.331.814-1.874.543-.543 1.168-.814 1.874-.814h15.643c.707 0 1.306.258 1.793.773.488.518.734 1.154.734 1.915v15.479zm-.164-28.026c-.055.543-.339 1.019-.854 1.426-.517.407-1.154.61-1.914.61h-15.073c-.761 0-1.413-.203-1.956-.61-.543-.407-.815-.883-.815-1.426l-1.385-50.595c0-.653.271-1.141.814-1.467.544-.434 1.196-.652 1.956-.652h17.926c.761 0 1.412.217 1.955.652.543.326.813.815.813 1.467l-1.467 50.595z' fill='%231b1b1b'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent)
124124
background-repeat: no-repeat
125125
background-color: #f4e3db
126126

127127

128-
.usa-alert--error::before
128+
.byu-alert--error::before
129129
background-color: #d63e04
130130

131131

132-
.usa-alert--error .usa-alert__body
132+
.byu-alert--error .byu-alert__body
133133
padding-left: 3.25rem
134134

135135

136-
.usa-alert--info
136+
.byu-alert--info
137137
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='146'%3E%3Cpath d='M162.18 41.592c-5.595-9.586-13.185-17.176-22.771-22.771-9.588-5.595-20.055-8.392-31.408-8.392-11.352 0-21.822 2.797-31.408 8.392-9.587 5.594-17.177 13.184-22.772 22.771-5.596 9.587-8.393 20.057-8.393 31.408 0 11.352 2.798 21.82 8.392 31.408 5.595 9.585 13.185 17.176 22.772 22.771 9.587 5.595 20.056 8.392 31.408 8.392s21.822-2.797 31.408-8.392c9.586-5.594 17.176-13.185 22.771-22.771 5.594-9.587 8.391-20.057 8.391-31.408 0-11.352-2.797-21.822-8.39-31.408zM97.572 26.071c0-.761.244-1.385.733-1.874.489-.488 1.114-.733 1.874-.733h15.644c.76 0 1.385.245 1.872.733.488.489.734 1.113.734 1.874v13.036c0 .76-.246 1.385-.734 1.873-.487.489-1.112.733-1.872.733h-15.644c-.76 0-1.385-.244-1.874-.733-.489-.488-.733-1.113-.733-1.873V26.071zm31.285 86.036c0 .76-.246 1.385-.733 1.872-.487.489-1.112.733-1.874.733h-36.5c-.761 0-1.385-.244-1.874-.733-.489-.488-.733-1.113-.733-1.873V99.07c0-.762.244-1.385.733-1.874.489-.488 1.114-.733 1.874-.733h7.822V70.392H89.75c-.761 0-1.385-.244-1.874-.733-.489-.488-.733-1.113-.733-1.874V54.75c0-.761.244-1.385.733-1.874.489-.489 1.114-.733 1.874-.733h26.073c.76 0 1.385.244 1.872.733.488.489.734 1.113.734 1.874v41.714h7.82c.761 0 1.386.245 1.874.733.487.488.733 1.113.733 1.874v13.036z' fill='%231b1b1b'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent))
138138
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='146'%3E%3Cpath d='M162.18 41.592c-5.595-9.586-13.185-17.176-22.771-22.771-9.588-5.595-20.055-8.392-31.408-8.392-11.352 0-21.822 2.797-31.408 8.392-9.587 5.594-17.177 13.184-22.772 22.771-5.596 9.587-8.393 20.057-8.393 31.408 0 11.352 2.798 21.82 8.392 31.408 5.595 9.585 13.185 17.176 22.772 22.771 9.587 5.595 20.056 8.392 31.408 8.392s21.822-2.797 31.408-8.392c9.586-5.594 17.176-13.185 22.771-22.771 5.594-9.587 8.391-20.057 8.391-31.408 0-11.352-2.797-21.822-8.39-31.408zM97.572 26.071c0-.761.244-1.385.733-1.874.489-.488 1.114-.733 1.874-.733h15.644c.76 0 1.385.245 1.872.733.488.489.734 1.113.734 1.874v13.036c0 .76-.246 1.385-.734 1.873-.487.489-1.112.733-1.872.733h-15.644c-.76 0-1.385-.244-1.874-.733-.489-.488-.733-1.113-.733-1.873V26.071zm31.285 86.036c0 .76-.246 1.385-.733 1.872-.487.489-1.112.733-1.874.733h-36.5c-.761 0-1.385-.244-1.874-.733-.489-.488-.733-1.113-.733-1.873V99.07c0-.762.244-1.385.733-1.874.489-.488 1.114-.733 1.874-.733h7.822V70.392H89.75c-.761 0-1.385-.244-1.874-.733-.489-.488-.733-1.113-.733-1.874V54.75c0-.761.244-1.385.733-1.874.489-.489 1.114-.733 1.874-.733h26.073c.76 0 1.385.244 1.872.733.488.489.734 1.113.734 1.874v41.714h7.82c.761 0 1.386.245 1.874.733.487.488.733 1.113.733 1.874v13.036z' fill='%231b1b1b'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent)
139139
background-repeat: no-repeat
140140
background-color: #e7f6f8
141141

142142

143-
.usa-alert--info::before
143+
.byu-alert--info::before
144144
background-color: #00bde3
145145

146146

147-
.usa-alert--info .usa-alert__body
147+
.byu-alert--info .byu-alert__body
148148
padding-left: 3.25rem
149149

150150

151-
.usa-alert--slim
151+
.byu-alert--slim
152152
background-position: 1.25rem center
153153
background-size: 2.5rem
154154
padding-bottom: 0.5rem
155155
padding-top: 0.5rem
156156

157157

158-
.usa-alert--slim .usa-alert__body
158+
.byu-alert--slim .byu-alert__body
159159
padding-left: 2.5rem
160160

161161

162-
.usa-alert--slim .usa-alert__text:only-child
162+
.byu-alert--slim .byu-alert__text:only-child
163163
margin-bottom: 0.25rem
164164
padding-top: 0.25rem
165165

166166

167-
.usa-alert--no-icon
167+
.byu-alert--no-icon
168168
background-image: none
169169

170170

171-
.usa-alert--no-icon .usa-alert__body
171+
.byu-alert--no-icon .byu-alert__body
172172
padding-left: 0
173173

174174

175-
.usa-alert--validation
175+
.byu-alert--validation
176176
background-size: 2.5rem
177177

178178

179-
.usa-alert--validation .usa-alert__body
179+
.byu-alert--validation .byu-alert__body
180180
padding-left: 2.5rem
181181

182182

183-
.usa-alert--validation .usa-checklist
183+
.byu-alert--validation .byu-checklist
184184
margin-top: 1rem

0 commit comments

Comments
 (0)