This file contains hidden or 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
@echo off | |
echo ----------------------------------------------------- | |
echo Powerline streamlined instalation script by @lofi1048 | |
echo ----------------------------------------------------- | |
IF EXIST %CMDER_ROOT%\cmder-powerline-prompt GOTO SYM | |
:CLONE |
This file contains hidden or 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
/*Estou usando variáveis de css4 aqui, ideal é substituir isso pelas variáveis do sass. Acredito que dessa forma fica mais fácil de vocês realizarem a substituição*/ | |
:root { | |
/* Cores */ | |
--primary: #ff5b00; | |
/* Transições/Animações */ | |
--ease-in-out: cubic-bezier(0.8, 0.3, 0, 1); | |
} | |
/* Ajustando a largura do container, isso pode afetar outras partes do site. */ |