forked from Gitlink/forgeplus-react
29 lines
481 B
SCSS
29 lines
481 B
SCSS
|
|
.cont-top{
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
height: 44px;
|
|
padding-left: 20px;
|
|
background: #FAFCFF;
|
|
border: 1px solid #89a4f7;
|
|
line-height: 44px;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.cont{
|
|
padding: 8px 20px 6px;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
|
|
.title{
|
|
width: 320px;
|
|
}
|
|
|
|
label{
|
|
margin-left: 6px;
|
|
margin-right: 34px;
|
|
}
|
|
} |