2021-11-03 11:53:26 +01:00
|
|
|
fieldset{
|
2021-11-08 10:46:44 +01:00
|
|
|
margin-bottom: 32px;
|
2021-11-03 11:53:26 +01:00
|
|
|
padding: 32px;
|
2021-11-05 16:43:46 +01:00
|
|
|
box-sizing: border-box;
|
2021-11-08 10:46:44 +01:00
|
|
|
|
2021-11-05 16:43:46 +01:00
|
|
|
border: 1px solid $gray;
|
2021-11-08 10:46:44 +01:00
|
|
|
|
|
|
|
legend{
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 700;
|
|
|
|
color: $blue;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|