added in-app help
This commit is contained in:
@@ -1079,7 +1079,7 @@ progress {
|
||||
|
||||
.accentButton {
|
||||
display: inline-block;
|
||||
background: rgba(51, 136, 204, .7);
|
||||
background: rgba(51, 136, 204, .8);
|
||||
border-radius: 1000px;
|
||||
padding: 4px 12px;
|
||||
color: #fff !important;
|
||||
@@ -1088,13 +1088,17 @@ progress {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.accentButton:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
.accentButton-g {
|
||||
background: #52B54B;
|
||||
}
|
||||
|
||||
.accentButton .fa:not(.notext) {
|
||||
margin-right: 7px;
|
||||
}
|
||||
.accentButton:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.accentButton .fa:not(.notext) {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
h1 + .accentButton {
|
||||
margin: 18px 0 0 20px;
|
||||
|
||||
Reference in New Issue
Block a user