@npm_leadtech/legal-lib-components 5.22.8 → 5.22.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { device } from '../../../globalStyles/breakpoints';
|
|
2
1
|
import styled from 'styled-components';
|
|
3
2
|
export const FixedFooterStyled = styled.div `
|
|
4
3
|
.prefooter {
|
|
@@ -796,13 +795,13 @@ export const FixedFooterStyled = styled.div `
|
|
|
796
795
|
justify-content: space-between;
|
|
797
796
|
padding: 1rem 2rem;
|
|
798
797
|
|
|
799
|
-
@media
|
|
798
|
+
@media (min-width: 720px) {
|
|
800
799
|
flex-flow: row;
|
|
801
800
|
font-size: 0.9rem;
|
|
802
801
|
padding: 0;
|
|
803
802
|
}
|
|
804
803
|
|
|
805
|
-
@media
|
|
804
|
+
@media {
|
|
806
805
|
padding: 0;
|
|
807
806
|
}
|
|
808
807
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { device } from '../../../globalStyles/breakpoints'
|
|
2
1
|
import styled from 'styled-components'
|
|
3
2
|
|
|
4
3
|
export const FixedFooterStyled = styled.div`
|
|
@@ -797,13 +796,13 @@ export const FixedFooterStyled = styled.div`
|
|
|
797
796
|
justify-content: space-between;
|
|
798
797
|
padding: 1rem 2rem;
|
|
799
798
|
|
|
800
|
-
@media
|
|
799
|
+
@media (min-width: 720px) {
|
|
801
800
|
flex-flow: row;
|
|
802
801
|
font-size: 0.9rem;
|
|
803
802
|
padding: 0;
|
|
804
803
|
}
|
|
805
804
|
|
|
806
|
-
@media
|
|
805
|
+
@media {
|
|
807
806
|
padding: 0;
|
|
808
807
|
}
|
|
809
808
|
}
|