Buttons
Warning: Styling mentioned on this page is limited. Please refer to ASCE Digital Style Guide for a more comprehensive representation.
Contents
Default Button Style
Default State
There is an ::after
pseudo element with:
background-image: linear-gradient(40deg, #059bd6 6%, #253a6e 98%);
that creates the gradient border effect. View ASCE Digital Style Guide for details.
Use the color #0273ba
, Blue, for border-color
if a gradient is not possible using the method described above.
Altered States - :hover
, :focus
, and :active
Property | Value | Note | |
---|---|---|---|
1 |
|
|
|
2 |
|
| |
3 |
|
|
|
Altered State - :disabled
Property | Value | Note | |
---|---|---|---|
1 |
|
|
|
2 |
|
| |
3 |
|
|
|
White Button Style
Default State
There is an ::after
pseudo element with:
background-image: linear-gradient(40deg, #9fd64d 6%, #9fd64d 98%);
View ASCE Digital Style Guide for details.
Use the color #9fd64d
, Green , for border-color
if a gradient is not possible using the method described above.
Altered States - :hover
, :focus
, and :active
Property | Value | Note | |
---|---|---|---|
1 |
|
| |
2 |
|
| |
3 |
|
|
|
Altered State - :disabled
Property | Value | Note | |
---|---|---|---|
1 |
|
|
|
2 |
|
| |
3 |
|
|
|
Gray Button Style
Default State
There is an ::after
pseudo element with:
background-image: linear-gradient(40deg, #059bd6 6%, #253a6e 98%);
View ASCE Digital Style Guide for details.
Altered States - :hover
, :focus
, and :active
Property | Value | Note | |
---|---|---|---|
1 |
|
|
|
2 |
|
| |
3 |
|
|
|
Altered State - :disabled
Property | Value | Note | |
---|---|---|---|
1 |
|
|
|
2 |
|
| |
3 |
|
|
|