Created
July 10, 2021 03:47
-
-
Save JuniorLima/eb1c26d224990cb23a87e05a79b8a86c to your computer and use it in GitHub Desktop.
Adicionar no CSS 3 do plugin. No CTRL SHIFT E, altura da linha 25, negrito
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: 45px 1% 0px 1%; | |
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