mirror of
https://github.com/primer/css.git
synced 2024-11-10 07:58:36 +03:00
border-white-fade docs
This commit is contained in:
parent
62f552c824
commit
57075a29ed
@ -17,3 +17,18 @@ Top, right, bottom, and left border utilities are can be used responsively to ad
|
||||
.border-top-0
|
||||
</div>
|
||||
```
|
||||
|
||||
## Border Colors
|
||||
|
||||
### White border with alpha transparency
|
||||
|
||||
In addition to `.border-black-fade` which is in primer-core, primer-marketing includes `.border-white-fade`. This adds a rgba white border with an alpha transparency of `0.15`. This is useful when you want a border that is a lighter shade of the background color.
|
||||
|
||||
```html
|
||||
<div class="border border-white-fade bg-gray-dark p-2 mb-2">
|
||||
.border-white-fade .bg-gray-dark
|
||||
</div>
|
||||
<div class="border border-white-fade bg-blue p-2 mb-2">
|
||||
.border-white-fade .bg-blue
|
||||
</div>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user