界面框架初步提交
This commit is contained in:
18
src/main/webapp/static/layouts/layout/css/custom.css
Normal file
18
src/main/webapp/static/layouts/layout/css/custom.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/* 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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user