36 lines
476 B
CSS
36 lines
476 B
CSS
.example {
|
|
padding: 15px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.segmented-control {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.button-group {
|
|
margin-top: 15px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.form-item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.button {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 35px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.form-box {
|
|
padding: 12px;
|
|
}
|
|
|
|
.location-name {
|
|
color: #999;
|
|
font-size: 12px;
|
|
margin-left: 10px;
|
|
} |