Web:Files:Badges:Styling badges.

This commit is contained in:
Vlada Gazizova 2021-12-20 16:58:47 +03:00
parent 11e589ed81
commit edd36d22cd
3 changed files with 4 additions and 7 deletions

View File

@ -63,7 +63,7 @@ const Badges = ({
!canConvert && (
<StyledIcon
iconName={iconEdit}
className="badge edit tablet-badge icons-group"
className="badge tablet-badge icons-group"
size={sizeBadge}
onClick={onFilesClick}
hoverColor="#3B72A7"

View File

@ -53,19 +53,16 @@ const SimpleFilesRowContent = styled(RowContent)`
}
.tablet-badge {
margin-top: 8px;
margin-top: 7px;
}
.badge-version {
min-width: 25px;
}
.edit {
margin-top: 7px;
}
.new-items {
min-width: 16px;
margin-top: 8px;
}
`}
`;

View File

@ -129,7 +129,7 @@ const StyledSimpleFilesRow = styled(Row)`
.lock-file{
svg {
height:16px;
height: 16px;
}
}
`}