You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/primer-box/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ Use `Box--danger` to apply a red border to the outside of the box. This theme is
259
259
</div>
260
260
```
261
261
262
-
`Box-danger` is often paired with a red heading. See the [subhead](/styleguide/css/styles/product/components/subhead) docs for more information.
262
+
`Box-danger` is often paired with a red heading. See the [subhead](../subhead) docs for more information.
263
263
264
264
```html
265
265
<divclass="Subhead border-bottom-0">
@@ -356,7 +356,7 @@ Use the `border-dashed` utility to apply a dashed border to a box.
356
356
## Boxes with flash alerts
357
357
Use `flash-full` for flash alert inside a box to remove the rounded corners. Place the flash alert above the `Box-body` and underneath the `Box-header`.
358
358
359
-
Flash alerts come in three different colors and can be used with icons and buttons, see the [alert documentation](/alerts) for more information.
359
+
Flash alerts come in three different colors and can be used with icons and buttons, see the [alert documentation](../alerts) for more information.
360
360
361
361
```html
362
362
<divclass="Box">
@@ -455,7 +455,7 @@ Use `Counter--gray-dark` for a counter with a dark gray background and white tex
455
455
## Form elements and buttons in boxes
456
456
To achieve different layouts when adding buttons or form elements to boxes we suggest you use utilities to achieve the layout you want. Here's some common examples:
457
457
458
-
Use [flexbox utilities](../utilities/flexbox) to center align items, and avoid using floats by using `flex-auto` to have the text fill the remaining space so that the button rests on the far right.
458
+
Use [flexbox utilities](../../utilities/flexbox) to center align items, and avoid using floats by using `flex-auto` to have the text fill the remaining space so that the button rests on the far right.
459
459
460
460
```html
461
461
<divclass="Box Box--condensed">
@@ -561,7 +561,7 @@ You can put forms in boxes. Often form submission buttons are aligned to the bot
561
561
</div>
562
562
```
563
563
564
-
When a box is all by itself centered on a page you can use [column widths](/grid) to control the width of the box. If needed, break the mold a little and use [typography utilities](../utilities/typography) instead of the built in box title styles.
564
+
When a box is all by itself centered on a page you can use [column widths](../../objects/grid) to control the width of the box. If needed, break the mold a little and use [typography utilities](../../utilities/typography) instead of the built in box title styles.
0 commit comments