69 lines
1.5 KiB
SCSS
69 lines
1.5 KiB
SCSS
.setting {
|
|
margin-top: 35px;
|
|
.container {
|
|
padding: 25px;
|
|
|
|
.ant-card {
|
|
background: #fff;
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
transition: all .3s;
|
|
}
|
|
.ant-card-head {
|
|
height: 48px;
|
|
line-height: 48px;
|
|
background: #fff;
|
|
border-bottom: 0 solid #e9e9e9;
|
|
padding: 0 24px;
|
|
}
|
|
.ant-card:hover {
|
|
box-shadow: 4px 4px 40px rgba(0, 0, 0, .05);
|
|
border-color: transparent;
|
|
}
|
|
.ant-card-body-dashboard {
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
.label-form {
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
color: rgb(153, 153, 153);
|
|
text-shadow: rgb(255, 255, 255) 0px 1px 0px;
|
|
margin-bottom: -8px;
|
|
}
|
|
|
|
.backgroundImage {
|
|
height: 182px;
|
|
background-image: url('/assets/images/material3.jpg');
|
|
background-position: center;
|
|
background-size: cover;
|
|
cursor: pointer;
|
|
min-height: 75px;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
}
|
|
|
|
.photo-title{
|
|
font-size: 1.25em;
|
|
font-weight: 400;
|
|
margin-left: 12px;
|
|
margin-top: 10px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.box-upload{
|
|
width: 100%;
|
|
height: 500px;
|
|
}
|
|
|
|
.ant-menu-inline .ant-menu-item, .ant-menu-inline .ant-menu-submenu-title, .ant-menu-vertical-left .ant-menu-item, .ant-menu-vertical-left .ant-menu-submenu-title, .ant-menu-vertical-right .ant-menu-item, .ant-menu-vertical-right .ant-menu-submenu-title, .ant-menu-vertical .ant-menu-item, .ant-menu-vertical .ant-menu-submenu-title{
|
|
line-height: 24px !important;
|
|
height: 24px !important;
|
|
}
|