rename TagSelect.css

This commit is contained in:
Дмитрий Савенко 2023-01-20 16:36:47 +03:00
parent 56f63dbed2
commit 3476ef367e
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
margin-top: 73px; margin-top: 73px;
} }
.search__title { .search__title {
font-family: 'GT Eesti Pro Display'; font-family: 'GT Eesti Pro Display', sans-serif;
font-size: 2.4em; font-size: 2.4em;
font-weight: 500; font-weight: 500;
font-style: normal; font-style: normal;
@ -30,7 +30,7 @@
height: 40px; height: 40px;
border-radius: 10px; border-radius: 10px;
border: none; border: none;
font-family: 'Muller'; font-family: 'Muller', sans-serif;
font-size: 1.6em; font-size: 1.6em;
letter-spacing: 0.8px; letter-spacing: 0.8px;
text-align: center; text-align: center;

View File

@ -11,7 +11,7 @@ import {
setPositionId setPositionId
} from '../../redux/outstaffingSlice' } from '../../redux/outstaffingSlice'
import style from './TagSelect.module.css' import style from './TagSelect.css'
const TagSelect = () => { const TagSelect = () => {