init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
45
assets/styles/components/_info.scss
Normal file
45
assets/styles/components/_info.scss
Normal file
|
@ -0,0 +1,45 @@
|
|||
.info {
|
||||
&-name {
|
||||
font-size: 0.929rem;
|
||||
}
|
||||
|
||||
&-value {
|
||||
font-size: 1.429rem;
|
||||
color: $primary;
|
||||
font-weight: 700;
|
||||
|
||||
&.has-tooltip {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.b-tooltip {
|
||||
margin-left: 0.75rem;
|
||||
|
||||
.tooltip-trigger {
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@include mobile {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-line {
|
||||
display: none;
|
||||
|
||||
@include desktop {
|
||||
width: 192px;
|
||||
height: 42px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
background-image: url('../img/info-line.svg');
|
||||
margin-top: -0.643rem;
|
||||
|
||||
.column:last-child & {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue