﻿@import url("bootstrap-icons/bootstrap-icons.css");

/* icons - https://icons.getbootstrap.com/ */

/* download
    https://github.com/twbs/icons/releases/download/v1.13.1/bootstrap-icons-1.13.1.zip 
    https://github.com/twbs/icons/releases/tag/v1.13.1
*/

/* icon too small so make larger */
/*.bi {
    font-size: 2.0rem;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
}*/

/* space between text on icon*/
.bi-icon-left-align {
    padding-right: 9px
}

/* space between text on icon*/
.bi-icon-right-align {
    padding-left: 9px
}

/* icon too small so make larger */
.bi-dash,
.bi-plus {
    font-size: 2.5rem;
}

/* centre icon for dx spin edit button */
.increment-lg .bi {
    line-height: 1;
    vertical-align: middle;
}