mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-24 20:00:39 -04:00
feat(client): center login button (#46287)
* feat(client): center login button * feat: remove unused file
This commit is contained in:
@@ -7,8 +7,6 @@ import { createSelector } from 'reselect';
|
||||
import envData from '../../../../../config/env.json';
|
||||
import { isSignedInSelector } from '../../../redux';
|
||||
|
||||
import './login.css';
|
||||
|
||||
const { apiLocation, homeLocation } = envData;
|
||||
|
||||
const mapStateToProps = createSelector(isSignedInSelector, isSignedIn => ({
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
.signup-btn {
|
||||
padding: 4px 12px;
|
||||
}
|
||||
@@ -429,11 +429,12 @@ button.nav-link[aria-disabled='true'] {
|
||||
|
||||
.signup-btn {
|
||||
max-height: calc(var(--header-height) - 6px);
|
||||
padding: 0 8px;
|
||||
padding: 4px 12px;
|
||||
margin-left: 2px;
|
||||
font-family: 'Roboto Mono', monospace !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.universal-nav-right .fcc_searchBar {
|
||||
|
||||
Reference in New Issue
Block a user