16 lines
185 B
CSS
16 lines
185 B
CSS
.container {
|
|
padding: 0 16px;
|
|
}
|
|
.title {
|
|
margin: 14px 0;
|
|
}
|
|
.pammSegmentedWrapper {
|
|
z-index: 90;
|
|
padding-top: 12px;
|
|
background: #fff;
|
|
height: 49px;
|
|
}
|
|
.webViewWrapper {
|
|
flex: 1;
|
|
}
|