0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 12:22:44 +00:00

reduce style between li elements

This commit is contained in:
Víctor Losada Hernández
2025-01-31 12:04:40 +01:00
parent b6b23a787c
commit 057abcda0d

View File

@@ -8,7 +8,6 @@
} }
.notificationPopup { .notificationPopup {
font-size:17px;
position : relative; position : relative;
width : 100%; width : 100%;
padding : 15px; padding : 15px;
@@ -53,15 +52,14 @@
list-style-position : outside; list-style-position : outside;
list-style-type : disc; list-style-type : disc;
li { li {
margin-top : 1.2em;
font-size : 0.9em; font-size : 0.9em;
line-height : 1.2em; line-height : 1.5em;
padding-left: 1em; padding-left: 1em;
em { em {
text-transform:capitalize; text-transform:capitalize;
font-weight : 800; font-weight : 800;
} }
li { list-style-type: square;} li { list-style-type: square; line-height : 1.2em;}
} }
ul ul,ol ol,ul ol,ol ul { ul ul,ol ol,ul ol,ol ul {
margin-bottom : 0px; margin-bottom : 0px;
@@ -79,12 +77,12 @@
white-space : pre-wrap; white-space : pre-wrap;
} }
pre code { pre code {
display : inline-block; display : inline-block;
width : 100%; width : 100%;
} }
.blank { .blank {
height : 1em; height : 1em;
margin-top : 0; margin-top : 0;
& + * { margin-top : 0; } & + * { margin-top : 0; }
} }