UNPKG
censa_ui
Version:
latest (2.0.5)
2.0.5
2.0.4
React components library project for censa Design System
censa_ui
/
css
/
src
/
components
/
divider.css
22 lines
(17 loc)
•
298 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.Divider
{
border
: none;
margin
:
0
; }
.Divider--vertical
{
width
:
1px
;
background
:
var
(--secondary-light); }
.Divider--horizontal
{
height
:
1px
; }
.Divider--basic
{
background
:
var
(--secondary-light); }
.Divider--header
{
background
:
var
(--secondary-dark); }