Sina Darbouy
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
9 additions and
0 deletions
-
frontend/src/app/_theme.html
-
frontend/src/app/theme/_bootstrap.scss
-
frontend/src/app/theme/_vars.scss
-
frontend/src/app/theme/icomoon/style.css
|
|
|
@ -214,6 +214,7 @@ |
|
|
|
<button class="btn btn-twitter"><i class="icon-twitter icon-decent"></i> Twitter</button> |
|
|
|
<button class="btn btn-microsoft"><i class="icon-microsoft icon-decent"></i> Microsoft</button> |
|
|
|
<button class="btn btn-github"><i class="icon-github icon-decent"></i> Github</button> |
|
|
|
<button class="btn btn-externaloidc"><i class="icon-externaloidc icon-decent"></i> OIDC</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
@ -382,6 +382,10 @@ a { |
|
|
|
@include button-variant($color-extern-twitter, $color-extern-twitter); |
|
|
|
} |
|
|
|
|
|
|
|
&-externaloidc { |
|
|
|
@include button-variant($color-extern-oidc, $color-extern-oidc); |
|
|
|
} |
|
|
|
|
|
|
|
// Special radio button. |
|
|
|
&-radio { |
|
|
|
& { |
|
|
|
|
|
|
|
@ -21,6 +21,7 @@ $color-extern-github: #353535; |
|
|
|
$color-extern-google: #d34836; |
|
|
|
$color-extern-microsoft: #004185; |
|
|
|
$color-extern-twitter: #1da1f2; |
|
|
|
$color-extern-oidc: #526484; |
|
|
|
|
|
|
|
$color-theme-brand: #3389ff; |
|
|
|
$color-theme-brand-dark: #3284f4; |
|
|
|
|
|
|
|
@ -109,6 +109,9 @@ |
|
|
|
.icon-external-link:before { |
|
|
|
content: "\e96d"; |
|
|
|
} |
|
|
|
.icon-externaloidc:before { |
|
|
|
content: "\e96d"; |
|
|
|
} |
|
|
|
.icon-minus-square:before { |
|
|
|
content: "\e969"; |
|
|
|
} |
|
|
|
|