Adds label to mobile dropdown button
and changes the icon
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?aeb2zb');
|
||||
src: url('fonts/icomoon.eot?aeb2zb#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?aeb2zb') format('truetype'),
|
||||
url('fonts/icomoon.woff?aeb2zb') format('woff'),
|
||||
url('fonts/icomoon.svg?aeb2zb#icomoon') format('svg');
|
||||
src: url('fonts/icomoon.eot?jhaogg');
|
||||
src: url('fonts/icomoon.eot?jhaogg#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?jhaogg') format('truetype'),
|
||||
url('fonts/icomoon.woff?jhaogg') format('woff'),
|
||||
url('fonts/icomoon.svg?jhaogg#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@ -25,6 +25,9 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-dots-three-vertical:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.icon-check:before {
|
||||
content: "\e917";
|
||||
}
|
||||
|
Reference in New Issue
Block a user