Skip to content

Commit

Permalink
Style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TsayAdobe committed Sep 25, 2024
1 parent 7544f9b commit 17d657d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acrobat/blocks/prompt-card/prompt-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
flex: 1 0 0;
flex-direction: column;
justify-content: space-between;
padding: 20px 20px 24px;
padding: 16px 16px 24px;
transition-delay: 3s;
transition-property: border;
max-width: 276px;
}

.prompt-blade:hover {
box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, .16)
box-shadow: 0 3px 6px rgba(0, 0, 0, 16%)

Check failure on line 79 in acrobat/blocks/prompt-card/prompt-card.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected modern color-function notation Raw Output: message:"Expected modern color-function notation" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/prompt-card/prompt-card.css" range:{start:{line:79 column:25}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"color-function-notation"}

Check failure on line 79 in acrobat/blocks/prompt-card/prompt-card.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected modern color-function notation Raw Output: message:"Expected modern color-function notation" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/prompt-card/prompt-card.css" range:{start:{line:79 column:25}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"color-function-notation"}
}

.prompt-blade:active {
Expand Down Expand Up @@ -153,7 +153,7 @@
font-style: normal;
font-weight: 400;
line-height: 150%;
padding: 2px 8px
padding: 2px 16px
}

.prompt-copy-btn:after {

Check failure on line 159 in acrobat/blocks/prompt-card/prompt-card.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected double colon pseudo-element notation Raw Output: message:"Expected double colon pseudo-element notation" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/prompt-card/prompt-card.css" range:{start:{line:159 column:17}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"selector-pseudo-element-colon-notation"}

Check failure on line 159 in acrobat/blocks/prompt-card/prompt-card.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected double colon pseudo-element notation Raw Output: message:"Expected double colon pseudo-element notation" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/prompt-card/prompt-card.css" range:{start:{line:159 column:17}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"selector-pseudo-element-colon-notation"}
Expand Down

0 comments on commit 17d657d

Please sign in to comment.