Skip to content

Commit

Permalink
Improve default blockquote colors/size/image
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jul 28, 2024
1 parent a7107a9 commit 3feeb5d
Show file tree
Hide file tree
Showing 15 changed files with 89 additions and 24 deletions.

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions public/build/assets/default-oNrv4Rfh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/build/assets/info-CTMrUrFB.svg

This file was deleted.

27 changes: 27 additions & 0 deletions public/build/assets/info-Dr88BOtQ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 10 additions & 6 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@
"file": "assets/background-profile-C9TOZ9gt.svg",
"src": "public/img/ui/background-profile.svg"
},
"public/img/ui/info.svg": {
"file": "assets/info-CTMrUrFB.svg",
"src": "public/img/ui/info.svg"
"public/img/ui/blockquote/default.svg": {
"file": "assets/default-oNrv4Rfh.svg",
"src": "public/img/ui/blockquote/default.svg"
},
"public/img/ui/warning.svg": {
"public/img/ui/blockquote/info.svg": {
"file": "assets/info-Dr88BOtQ.svg",
"src": "public/img/ui/blockquote/info.svg"
},
"public/img/ui/blockquote/warning.svg": {
"file": "assets/warning-Bnq9FH37.svg",
"src": "public/img/ui/warning.svg"
"src": "public/img/ui/blockquote/warning.svg"
},
"resources/css/app.scss": {
"file": "assets/app-BEZ5dSej.css",
"file": "assets/app-DOZPCi8l.css",
"src": "resources/css/app.scss",
"isEntry": true
},
Expand Down
3 changes: 3 additions & 0 deletions public/img/ui/blockquote/default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions public/img/ui/blockquote/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1 change: 0 additions & 1 deletion public/img/ui/info.svg

This file was deleted.

2 changes: 1 addition & 1 deletion public/vendor/orchid/css/orchid.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/vendor/orchid/css/orchid.rtl.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/vendor/orchid/js/orchid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/vendor/orchid/js/vendor.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/vendor/orchid/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/js/orchid.js": "/js/orchid.js?id=a5c9e24d6aea3297c6b5109708f029eb",
"/js/orchid.js": "/js/orchid.js?id=260f72dc7e045f9f0fff32ddce26311f",
"/js/manifest.js": "/js/manifest.js?id=a0cf0beb2ef26ed536c04092e6558f2a",
"/css/orchid.rtl.css": "/css/orchid.rtl.css?id=3386cdafdc2f326d70f967ec8edaf63a",
"/css/orchid.css": "/css/orchid.css?id=1b376547475e568955c7cdaedfae907d",
"/js/vendor.js": "/js/vendor.js?id=7ce0714114f727695cb0f94abb0e035e"
"/css/orchid.rtl.css": "/css/orchid.rtl.css?id=ac2636f2bd32dcef5320e02b8f5671be",
"/css/orchid.css": "/css/orchid.css?id=24702e3a202af90583e4df099be168d5",
"/js/vendor.js": "/js/vendor.js?id=c7b3e9302e38e7ae3344173c78a4bfbb"
}
11 changes: 7 additions & 4 deletions resources/css/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ main,
&:before {
//background-color: transparentize($info, 0.65);
background-color: #8df1a4;
background-image: url('$image/ui/info.svg');
background-image: url('$image/ui/blockquote/info.svg');
content: '';
}
}
Expand All @@ -328,7 +328,7 @@ main,
&:before {
//background-color: transparentize($danger, 0.65);
background-color: #f1a58d;
background-image: url('$image/ui/warning.svg');
background-image: url('$image/ui/blockquote/warning.svg');
content: '';
}
}
Expand All @@ -355,15 +355,18 @@ main,
background-position: center;
background-size: contain;
background-repeat: no-repeat;
border: solid 2.5rem #0000;
border: inset 1em transparent;
background-image: url('$image/ui/blockquote/default.svg');
background-color: $gray-500;
color: #fff;
content: ' ';
@extend .col-xl-2;
text-align: center;
font-weight: 600;
font-size: 1.5em;
min-height: 5em;
min-height: 3em;
min-width: 3em;
aspect-ratio: 3 / 1;
}

@include media-breakpoint-down(md) {
Expand Down

0 comments on commit 3feeb5d

Please sign in to comment.