fix(aio): alert, subsection and callout width fix (#17303)
This commit is contained in:
parent
5364b51979
commit
680128bc09
|
@ -3,6 +3,9 @@
|
|||
margin: 24px 0px;
|
||||
font-size: 14px;
|
||||
color: $darkgray;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
&.is-critical {
|
||||
border-left: 10px solid $brightred;
|
||||
background-color: rgba($brightred, 0.05);
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
margin-bottom: 8px;
|
||||
display: table;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
h3 {
|
||||
margin: 8px 0 0;
|
||||
|
|
Loading…
Reference in New Issue