subtitle
This commit is contained in:
parent
e5a4c9549c
commit
8c775561e9
1 changed files with 28 additions and 4 deletions
|
|
@ -18,15 +18,28 @@
|
|||
font-family: 'InterSB';
|
||||
|
||||
text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 48px;
|
||||
position: relative;
|
||||
padding-left: 60px;
|
||||
margin-bottom: 24px;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 50px;
|
||||
background-color: var(--color-bg-main);
|
||||
height: 48px;
|
||||
border-radius: 50px;
|
||||
background-color: var(--color-bg-main);
|
||||
background-image: url(../img/svg/building-wt.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.info {
|
||||
|
|
@ -34,6 +47,17 @@
|
|||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-left: auto;
|
||||
|
||||
.btn {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
padding: 0;
|
||||
background-color: transparent !important;
|
||||
background-image: url(../img/svg/info.svg);
|
||||
}
|
||||
.tooltip-inner {
|
||||
max-width: 600px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue