Ott 311 main adaptive user acc page (#210)
* style(#311): main branch for 311 task * Ott 311 my acc adaptive (#208) * style(#311): adaptive laptop version for useraccount page done * style(#311): tablet version part 1 * Ott 311 part 2 (#209) * style(#311): mobile version of useraccount page done * style(#311): fixed combobox input styles * style(#311): input icon style fix * style(#311): minor fixes after PR commentskeep-around/af30b88d367751c9e05a735e4a0467a96238ef47
parent
ee715e19e7
commit
ae799b6e66
|
After Width: | Height: | Size: 882 B |
@ -1,9 +1,15 @@ |
|||||||
import styled from 'styled-components/macro' |
import styled from 'styled-components/macro' |
||||||
|
|
||||||
|
import { devices } from 'config/devices' |
||||||
|
|
||||||
export const PlusIconWrapper = styled.span` |
export const PlusIconWrapper = styled.span` |
||||||
width: 20px; |
width: 20px; |
||||||
height: 20px; |
height: 20px; |
||||||
margin-right: 22px; |
margin-right: 22px; |
||||||
margin-left: 10px; |
margin-left: 10px; |
||||||
background: url('/images/plusIcon.svg') no-repeat; |
background: url('/images/plusIcon.svg') no-repeat; |
||||||
|
|
||||||
|
@media ${devices.laptop} { |
||||||
|
background: url('/images/plusIcon-gray.svg') no-repeat; |
||||||
|
} |
||||||
` |
` |
||||||
|
|||||||
Loading…
Reference in new issue