Button demo cosmetics
parent
737f1efef5
commit
e3c4f4eea1
|
@ -77,12 +77,18 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
button {
|
.p-button {
|
||||||
margin-right: .5em;
|
margin-right: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-buttonset {
|
||||||
|
.p-button {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sizes {
|
.sizes {
|
||||||
.p-button {
|
.button {
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
@ -91,4 +97,21 @@ button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 960px) {
|
||||||
|
.p-button {
|
||||||
|
margin-bottom: .5rem;
|
||||||
|
|
||||||
|
&:not(.p-button-icon-only) {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-buttonset {
|
||||||
|
.p-button {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue