mirror of https://github.com/vector-im/riot-web
CSS for unignore button in UserSettings
Signed-off-by: Travis Ralston <travpc@gmail.com>pull/5042/head
parent
f148844573
commit
ac0f593c7c
|
@ -80,6 +80,16 @@ limitations under the License.
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_UserSettings_button.mx_UserSettings_buttonSmall {
|
||||||
|
height: 36px;
|
||||||
|
padding: 4px;
|
||||||
|
padding-left: 7px;
|
||||||
|
padding-right: 7px;
|
||||||
|
font-size: 12px;
|
||||||
|
margin-right: 5px;
|
||||||
|
line-height: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_UserSettings_button.danger {
|
.mx_UserSettings_button.danger {
|
||||||
background-color: $warning-color;
|
background-color: $warning-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue