Added new button backgrounds. Centered report button

This commit is contained in:
Ajay Ramachandran
2019-08-19 16:49:22 -04:00
parent 0c2c868e5c
commit cbab026f27
2 changed files with 30 additions and 8 deletions

View File

@@ -105,11 +105,6 @@
border-left: 1px solid rgb(150, 150, 150);
}
.sponsorSkipNoticeCloseButton {
height: 10px;
width: 10px;
}
.sponsorSkipNoticeButton {
background: none;
color: rgb(235, 235, 235);
@@ -120,7 +115,22 @@
margin-right: 10px;
padding: 1px 6px;
padding: 2px 5px;
}
.sponsorSkipNoticeButton:hover {
background-color: rgba(235, 235, 235,0.2);
border-radius: 4px;
transition: background-color 0.4s;
}
.sponsorTimesVoteButtonsContainer {
float: left;
padding: 2px 5px;
margin-right: 4px;
}
.sponsorSkipNoticeRightSection {
@@ -133,8 +143,17 @@
}
.sponsorSkipNoticeRightButton {
margin-left: 7px;
padding: 0px;
margin-right: 0;
}
.sponsorSkipNoticeCloseButton {
height: 10px;
width: 10px;
padding: 2px 5px;
margin-left: 2px;
float: right;
}
.sponsorSkipMessage {