_common.scss 307 Bytes
Newer Older
Jung Kwangkyu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.btn {
    border-width: 2px;
    font-weight: bold;
}

.mb-1px {
    margin-bottom: 1px;
}



// datepicker
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}