Add border radius to paper-dialoggs

This commit is contained in:
Paulus Schoutsen 2017-07-31 23:11:08 -07:00
parent 4af688a226
commit f5117e67d1
2 changed files with 9 additions and 0 deletions

View File

@ -75,6 +75,10 @@
display: none;
}
paper-dialog {
border-radius: 2px;
}
@media all and (max-width: 450px) {
paper-dialog {
margin: 0;
@ -86,6 +90,8 @@
left: 0px;
right: 0px;
overflow: scroll;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.content {

View File

@ -16,6 +16,7 @@
paper-dialog {
font-size: 14px;
width: 365px;
border-radius: 2px;
}
paper-dialog[data-domain=camera] {
@ -44,6 +45,8 @@
left: 0px;
right: 0px;
overflow: scroll;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
}