You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
387 B
35 lines
387 B
/* Outline Style */
|
|
|
|
.outline-none{
|
|
outline-style: none;
|
|
}
|
|
|
|
.outline-solid{
|
|
outline-style: solid;
|
|
}
|
|
|
|
.outline-dashed{
|
|
outline-style: dashed;
|
|
}
|
|
|
|
.outline-dotted{
|
|
outline-style: dotted;
|
|
}
|
|
|
|
.outline-double{
|
|
outline-style: double;
|
|
}
|
|
|
|
.outline-hidden{
|
|
outline-style: hidden;
|
|
}
|
|
|
|
/* Outline Color */
|
|
/* To Doo */
|
|
|
|
/* Outline Offset */
|
|
/* To Doo */
|
|
|
|
/* Outline Width */
|
|
/* To Doo */
|