This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-ntc/src/main/webapp/static/layouts/layout/css/custom.css
2018-02-02 17:58:32 +08:00

18 lines
318 B
CSS

/* here you can put your own css to customize and override the theme */
.step-intro .tag {
border-radius: 4px;
line-height: 32px;
height: 32px;
color: #337ab7;
display: inline-block;
font-size: 13px;
padding: 0 18px;
border: 1px solid #337AB7;
}
.step-intro .glyphicon {
color: #337ab7;
}