equal
deleted
inserted
replaced
1808 border-right-style: solid; |
1808 border-right-style: solid; |
1809 } |
1809 } |
1810 .icon-prepend-2 { |
1810 .icon-prepend-2 { |
1811 left: 31px; |
1811 left: 31px; |
1812 } |
1812 } |
|
1813 .field-with-prefix { |
|
1814 display: flex; |
|
1815 border: 1px solid #ccc; |
|
1816 |
|
1817 .prefix { |
|
1818 padding: 4px 0 4px 6px; |
|
1819 } |
|
1820 .prefix + input { |
|
1821 border-width: 0; |
|
1822 padding-left: 3px; |
|
1823 |
|
1824 &:focus { |
|
1825 border-width: 1px 1px 1px 0; |
|
1826 } |
|
1827 } |
|
1828 } |
1813 .checkbox i, |
1829 .checkbox i, |
1814 .icon-append, |
1830 .icon-append, |
1815 .icon-prepend, |
1831 .icon-prepend, |
1816 .input input, |
1832 .input input, |
1817 .input textarea, |
1833 .input textarea, |