Files
certd/packages/ui/certd-client/src/style/certd.less
xiaojunnuo 66f1eda6cf chore:
2025-04-14 22:22:01 +08:00

108 lines
1.4 KiB
Plaintext

.fs-iconify.fs-icon {
display: inline-flex;
justify-content: center;
align-items: center;
font-size:16px;
}
.fs-icon {
font-size:16px;
}
.ant-btn {
display: inline-flex;
justify-content: center;
align-items: center;
.fs-iconify{
margin-right: 5px;
}
}
.cd-icon-button {
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.cd-flex {
display: flex;
justify-content: left;
align-items: center;
}
.cd-flex-inline {
display: inline-flex;
justify-content: left;
align-items: center;
}
.ant-drawer-content {
&.fullscreen {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #fff;
}
}
.icon-button {
cursor: pointer;
font-size: 22px
}
.ant-drawer {
.ant-drawer-header-title {
display: flex;
align-items: center;
.ant-drawer-title {
flex: 1;
display: flex;
align-items: center;
justify-content: space-between;
}
}
}
.settings-form {
width: 800px;
margin: 20px;
}
.fs-crud-table{
.ant-table-body {
height: 60vh;
table {
}
}
}
body a{
color: #1890ff;
&:hover{
color: #40a9ff;
}
}
span.fs-icon-svg{
display: inline-flex;
align-items: center;
}
.ant-btn .fs-icon:last-child{
margin-right:0px
}
.fs-iconify fs-icon{
svg{
vertical-align:0 !important;
}
}