added gradient experiment

This commit is contained in:
Danny Coates 2018-01-31 11:46:29 -08:00
parent 4fb4041f13
commit 94e707da8a
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 42 additions and 7 deletions

View file

@ -1039,7 +1039,7 @@ tbody {
}
.banner-blue {
background-color: #0098f7;
background: linear-gradient(-180deg, #45a1ff 0%, #00feff 94%);
color: #fff;
}
@ -1053,6 +1053,21 @@ tbody {
font-weight: bold;
}
.banner-pink {
background: linear-gradient(-180deg, #ff9400 0%, #ff1ad9 94%);
color: #fff;
}
.banner-pink a {
color: #fff;
font-weight: bold;
}
.banner-pink a:hover {
color: #eee;
font-weight: bold;
}
.selectbox {
display: inline-block;
position: relative;