-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
55 additions
and
48 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
/* Estilos globais para personalizar a barra de rolagem */ | ||
::-webkit-scrollbar { | ||
width: 8px; /* Largura da barra de rolagem */ | ||
height: 8px; /* Altura da barra de rolagem horizontal */ | ||
} | ||
|
||
::-webkit-scrollbar-thumb { | ||
background-color: #004eb4; /* Cor do "polegar" da barra de rolagem */ | ||
border-radius: 4px; /* Bordas arredondadas */ | ||
} | ||
|
||
::-webkit-scrollbar-track { | ||
background-color: #4d98fa3f; /* Cor do "trilho" da barra de rolagem */ | ||
border-radius: 4px; /* Bordas arredondadas */ | ||
} |
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
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
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