11 lines
196 B
SCSS
11 lines
196 B
SCSS
.content-box {
|
|
border: 4px solid yellow;
|
|
border-radius: 50px;
|
|
background-color: rgba(255,255,255,10);
|
|
margin: 2px;
|
|
box-shadow: 0 0 0 3px white;
|
|
}
|
|
|
|
.switch {
|
|
background: transparent;
|
|
}
|