Created
January 11, 2021 16:02
-
-
Save JuniorLima/f966740dbbbe32bd9a766f03609d463f to your computer and use it in GitHub Desktop.
Holyrics + Navegador
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
.screen-custom { | |
} | |
.text-custom { | |
position: relative; | |
} | |
.text-custom span:not(:empty) { | |
background-color: rgba(67, 50, 42, 0.7); | |
display: grid; | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
right: 0; | |
padding: 22px 15% 0 2%; | |
border-radius: 15px; | |
} | |
.alert-custom { | |
} | |
.bible-header-custom { | |
} | |
.page-count-custom { | |
} | |
.image-custom { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment