Added support for OAuth2 client unregistration
Change-Id: Ib67c63ffd8398b733a2633ca3ac1865a1feb66ef
diff --git a/dev/scss/main/buttongroup.scss b/dev/scss/main/buttongroup.scss
index 756ad58..55bd6b9 100644
--- a/dev/scss/main/buttongroup.scss
+++ b/dev/scss/main/buttongroup.scss
@@ -9,7 +9,6 @@
cursor: pointer;
}
-
span.button-icon {
font-family: 'FontAwesome';
> span {
@@ -18,9 +17,10 @@
}
&.button-panel, &.operators {
- > span {
+ > span, a {
box-shadow: $choose-box-shadow;
font-size: 9pt;
+ font-weight: normal;
line-height: 1.5em;
padding: 0 4px;
display: inline-block;
@@ -48,19 +48,21 @@
}
&.button-panel {
- > span > span.check {
- font-family: 'FontAwesome';
- width: 1.2em;
- display: inline-block;
- text-align: left;
- &:not(.checked)::after {
- content: $fa-check;
- }
- &.checked::after {
- content: $fa-checked;
- }
- > span {
- @include blind;
+ > span, a {
+ > span.check {
+ font-family: 'FontAwesome';
+ width: 1.2em;
+ display: inline-block;
+ text-align: left;
+ &:not(.checked)::after {
+ content: $fa-check;
+ }
+ &.checked::after {
+ content: $fa-checked;
+ }
+ > span {
+ @include blind;
+ }
}
}
}