Compare commits

..

2 Commits

Author SHA1 Message Date
Cooper Dalrymple
0e75cb0911 Fixed styling issues. 2025-07-22 11:15:15 -05:00
Cooper Dalrymple
cb46bcf4f8 Fix package ignore 2025-07-22 11:10:52 -05:00
2 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,6 @@
*.css *.css
*.map *.map
ogre-alert.zip *.zip
lib lib
composer.lock composer.lock
vendor vendor

View File

@@ -106,11 +106,13 @@ article.ogrealert-message {
width: 100%; width: 100%;
height: auto; height: auto;
margin: 0; margin: 0;
padding: 0; padding: var(--ogrealert--padding, 1rem);
clear: both; clear: both;
box-sizing: border-box;
display: flex; display: flex;
flex-flow: row nowrap; flex-flow: row nowrap;
gap: var(--ogrealert--padding, 1rem);
.ogrealert-title { .ogrealert-title {
@include screen-reader-text; @include screen-reader-text;
@@ -132,7 +134,7 @@ article.ogrealert-message {
width: 100%; width: 100%;
height: auto; height: auto;
margin: 0; margin: 0;
padding: var(--ogrealert--padding, 1rem); padding: 0;
font-size: var(--ogrealert--font-size, 1rem); font-size: var(--ogrealert--font-size, 1rem);
line-height: var(--ogrealert--line-height, 1.5); line-height: var(--ogrealert--line-height, 1.5);
@@ -164,6 +166,7 @@ article.ogrealert-message {
box-sizing: border-box; box-sizing: border-box;
padding: 0; padding: 0;
margin: auto 0; margin: auto 0;
position: relative;
font-size: 0; font-size: 0;
line-height: 0; line-height: 0;