Skip to content

Commit cc37e70

Browse files
committed
changed box shadow class for Welcome block, fixed styles for alert
1 parent b000c3b commit cc37e70

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
Welcome to the official ExpressionEngine Docs! In addition to the documentation, there are a number of resources linked below that will help you learn how to master ExpressionEngine.
1313

14-
<div id="welcome-introduce" class="max-w-full mx-auto p-8 lg:p-10 bg-white rounded-lg shadow-black flex mt-12 flex-wrap lg:flex-nowrap">
14+
<div id="welcome-introduce" class="max-w-full mx-auto p-8 lg:p-10 bg-white rounded-lg shadow-custom-black flex mt-12 flex-wrap lg:flex-nowrap">
1515
<div class="w-64 h-64 mr-10 flex-shrink-0 mb-4 lg:mb-0">
1616
<img src="_images/welcome-image.svg" width="max-w-full mb-0">
1717
</div>

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
'20': '1.25rem',
4040
},
4141
boxShadow: {
42-
'black': '0 2px 25px rgba(0,0,0,0.1)',
42+
'custom-black': '0 2px 25px rgba(0,0,0,0.1)',
4343
},
4444
lineHeight: {
4545
'61': '3.6875rem',

theme/_assets/default.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/_assets/tailwind.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4439,7 +4439,7 @@ html {
44394439
text-decoration-line: underline !important;
44404440
}
44414441

4442-
.shadow-black {
4442+
.shadow-custom-black {
44434443
--tw-shadow: 0 2px 25px rgba(0,0,0,0.1) !important;
44444444
--tw-shadow-colored: 0 2px 25px var(--tw-shadow-color) !important;
44454445
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;

theme/assets-src/styles/_alerts.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
color: rgb(84, 78, 114);
1010
line-height: 1.5;
1111
margin-bottom: 20px;
12+
display: block;
13+
background: none;
14+
15+
& > * {
16+
display: initial;
17+
}
1218

1319
.alert__title {
1420
.font-accent;

0 commit comments

Comments
 (0)