Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-documentation-theme
Commits
5b8df92c
Commit
5b8df92c
authored
Apr 01, 2022
by
Jerome Cambon
Browse files
Fix after review
parent
a51daafd
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/stylesheets/doc.scss
View file @
5b8df92c
...
...
@@ -1089,21 +1089,6 @@
}
}
.out-of-support-block
{
background-color
:
var
(
--
color-admonition-important-bg
);
border-color
:
var
(
--
color-admonition-important
);
color
:
var
(
--
color-admonition-important-text
);
text-align
:
center
;
width
:
100%
;
}
.next-release-block
{
background-color
:
var
(
--
color-admonition-note-bg
);
border-color
:
var
(
--
color-admonition-note
);
color
:
var
(
--
color-admonition-note-text
);
text-align
:
center
;
}
.image
{
>
img
{
height
:
auto
;
...
...
src/stylesheets/toolbar.scss
View file @
5b8df92c
...
...
@@ -86,4 +86,11 @@
width
:
100%
;
}
.next-release-block
{
background-color
:
var
(
--
color-admonition-note-bg
);
border-color
:
var
(
--
color-admonition-note
);
color
:
var
(
--
color-admonition-note-text
);
text-align
:
center
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment