mirror of
https://github.com/dergigi/boris.git
synced 2026-01-09 01:44:24 +01:00
fix: properly display FontAwesome icons in login buttons
- Import and use FontAwesomeIcon component from @fortawesome/react-fontawesome - Add puzzle piece icon (faPuzzlePiece) for Extension button - Add shield icon (faShieldHalved) for Bunker button - Add info circle icon (faCircleInfo) for error messages - Update CSS to properly style SVG icons with correct sizing
This commit is contained in:
@@ -57,8 +57,10 @@
|
||||
min-height: var(--min-touch-target);
|
||||
}
|
||||
|
||||
.login-button i {
|
||||
.login-button svg {
|
||||
font-size: 1.125rem;
|
||||
width: 1.125rem;
|
||||
height: 1.125rem;
|
||||
}
|
||||
|
||||
.login-button-primary {
|
||||
@@ -185,8 +187,10 @@
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.login-error i {
|
||||
.login-error svg {
|
||||
font-size: 1.125rem;
|
||||
width: 1.125rem;
|
||||
height: 1.125rem;
|
||||
color: rgb(251, 191, 36);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user