// * * * * * * * *
// * * Borders * *
// * * * * * * * *

// Create custom border style utilities

.border-dotted {
    border-style: dotted !important;
}

.border-dashed {
    border-style: dashed !important;
}
