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
*.map
ogre-alert.zip
*.zip
lib
composer.lock
vendor

View File

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