Skip to content

Commit

Permalink
Merge pull request #1249 from solliancenet/lino-docs-080
Browse files Browse the repository at this point in the history
Changed the icon and background color of important notices in the docs
  • Loading branch information
ciprianjichici authored Jul 22, 2024
2 parents 8dd61b8 + eb7bcf8 commit 1d8a8ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deployment/deployment-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Follow the steps below to deploy the solution to your Azure subscription.
```powershell
git clone https://github.com/solliancenet/foundationallm.git
cd foundationallm/deploy/standard
git checkout release/0.6.0
git checkout release/0.7.0
```
3. Create your deployment manifest:

Expand Down
6 changes: 5 additions & 1 deletion docs/templates/foundationallm/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
--material-info-background-dark: #2c4557;

--material-danger-header: #d32f2f1a;
--material-danger-background: #ffebee;
--material-danger-background: #fdf5aa; /* #ffebee; */
--material-danger-background-dark: #572c2c;
}

Expand Down Expand Up @@ -461,6 +461,10 @@ img {
background-color: var(--material-danger-header);
}

.alert-danger > h5:before {
content: '\f431' !important;
}

/* CODE HIGHLIGHT */
code {
border-radius: var(--bs-border-radius);
Expand Down

0 comments on commit 1d8a8ac

Please sign in to comment.