This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" height="55px" viewBox="0 0 200 60" xml:space="preserve" style="cursor:pointer"><path class="st0" style="fill-rule:evenodd;fill:#000000" d="M93.51,30.64v11.88c0,0.87,0.71,1.68,1.6,1.68c2.07,0,1.89-1.49,1.89-2.95c0-1.49,0-2.98,0-4.47 c0.71,0.51,0.95,0.95,2.13,1.46c1.95,0.82,4.44,0.92,6.34-0.08c1.01-0.54,1.54-0.98,2.31-1.77c0.12-0.16,0.3-0.37,0.41-0.54 c0.71-0.92,1.42-2.42,1.6-3.56c0.41-2.64,0.12-4.1-0.24-6.71c-0.18-1.2-0.41-2.69-0.89-3.6c-0.18-0.43-0.65-0.92-1.07-1.12 c-1.84-0.89-5.33,0.23-7.23,1.03l-1.48,0.79c-1.9,1.06-3.61,2.27-4.56,4.33c-0.3,0.56-0.47,0.99-0.59,1.62 C93.63,29.24,93.51,29.94,93.51,30.64 M101.98,35.72c-1.66,0-2.55-0.25-3.73-1.43c-1.84-1.82-1.78-5.47,0-7.3 c2.67-2.76,8.17-1.46,8.17,3.81c0,1.13-0.24,1.86-0.77,2.72C105,34.68,103.46,35.72,101.98,35.72z"></path><path class="st0" style="fill-rule:evenodd;fill:#000000" d="M112.82,29.59c0,3.34,0.24,4.49,2.13,6.93c0.36,0.51,1.6, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sass/ | |
| | |
|– base/ | |
| |– _reset.scss # Reset/normalize | |
| |– _typography.scss # Typography rules | |
| ... # Etc… | |
| | |
|– components/ | |
| |– _buttons.scss # Buttons | |
| |– _carousel.scss # Carousel |