동의 게이트와 런타임 안정화
This commit is contained in:
parent
0eb7d925ed
commit
0ec266a761
34 changed files with 1186 additions and 158 deletions
|
|
@ -1505,6 +1505,33 @@
|
|||
font-size: var(--fs-sm);
|
||||
color: var(--crit-text);
|
||||
}
|
||||
.sx-consent {
|
||||
width: min(100%, 520px);
|
||||
display: grid;
|
||||
gap: var(--sp-3);
|
||||
padding: var(--sp-4);
|
||||
border: 1px solid rgba(132, 203, 179, 0.28);
|
||||
border-radius: var(--radius-sm);
|
||||
background: rgba(30, 86, 77, 0.22);
|
||||
}
|
||||
.sx-consent label {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: var(--sp-3);
|
||||
color: rgba(238, 244, 242, 0.84);
|
||||
font-size: var(--fs-sm);
|
||||
line-height: 1.5;
|
||||
}
|
||||
.sx-consent input {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
margin-top: 2px;
|
||||
accent-color: #6fc6a8;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.sx-consent .vg-btn {
|
||||
justify-self: start;
|
||||
}
|
||||
.sx-prestart__actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue