@ -9,8 +9,8 @@ import { ButtonSolid, ButtonOutline } from 'features/Common/Button'
export const SolidButton = styled ( ButtonSolid ) `
width : auto ;
height : 50px ;
padding : 0 20 px ;
height : 2.4rem ;
padding : 0 0.94 rem ;
color : white ;
font - weight : bold ;
background - color : # 294 fc4 ;
@ -19,6 +19,13 @@ export const SolidButton = styled(ButtonSolid)`
border - radius : 5px ;
display : flex ;
align - items : center ;
@media $ { devices . tablet } {
height : 5rem ;
font - size : 2.0rem ;
width : 100 % ;
justify - content : center ;
}
@media $ { devices . mobile } {
width : 100 % ;
@ -73,7 +80,7 @@ export const Icon = styled.span<IconProps>`
export const ContentWrapper = styled . div `
width : 100 % ;
display : flex ;
padding - left : 70px ;
padding - left : 3.3rem ;
@media $ { devices . tablet } {
padding - top : 0 ;
@ -119,6 +126,10 @@ export const Body = styled.div`
export const Aside = styled . aside `
position : relative ;
height : 100 % ;
@media $ { devices . tablet } {
height : auto ;
}
$ { isMobileDevice
? css `
height : auto ;
@ -127,17 +138,17 @@ export const Aside = styled.aside`
`
export const Navigations = styled . nav `
width : 424px ;
height : 622px ;
width : 20rem ;
height : 29.3rem ;
display : flex ;
flex - direction : column ;
border - right : 1px solid rgba ( 255 , 255 , 255 , 0.4 ) ;
@media $ { devices . tablet } {
height : auto ;
width : 100 % ;
border : none ;
margin - bottom : 2 0px ;
margin - bottom : 0 ;
}
@media $ { devices . mobile } {
@ -155,8 +166,8 @@ export const StyledLink = styled(NavLink).attrs(
} ) ,
) < StyledLinkProps > `
font - weight : bold ;
font - size : 25px ;
line - height : 68px ;
font - size : 1.2rem ;
line - height : 3.2rem ;
color : rgba ( 255 , 255 , 255 , 0.4 ) ;
$ { ( { disabled } ) = > ( disabled
@ -167,9 +178,10 @@ export const StyledLink = styled(NavLink).attrs(
: css `
color : rgba ( 255 , 255 , 255 , 0.4 ) ;
` )}
@media $ { devices . tablet } {
line - height : 48px ;
font - size : 2.8rem ;
line - height : 5.3rem ;
}
@media $ { devices . mobile } {