-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Bug 53161 - Client.Files.Removed the narrowing of the line back…
…ground when selecting.
- Loading branch information
1 parent
7b3a18b
commit 28fec43
Showing
6 changed files
with
159 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
products/ASC.Files/Client/src/pages/Home/Section/Body/RowsView/CommonStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { css } from "styled-components"; | ||
|
||
const marginStyles = css` | ||
margin-left: -24px; | ||
margin-right: -24px; | ||
padding-left: 24px; | ||
padding-right: 24px; | ||
@media (max-width: 1024px) { | ||
margin-left: -16px; | ||
margin-right: -16px; | ||
padding-left: 16px; | ||
padding-right: 16px; | ||
} | ||
`; | ||
|
||
export default marginStyles; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters