Remove hard coded border radius
parent
dbf29636aa
commit
02f1973bcf
|
@ -62,10 +62,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.p-button.p-button-icon-only {
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-gallery {
|
.image-gallery {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
|
@ -324,10 +324,6 @@ export default {
|
||||||
<\\/script>
|
<\\/script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.p-button.p-button-icon-only {
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-gallery {
|
.image-gallery {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
@ -377,10 +373,6 @@ export default {
|
||||||
<\\/script>
|
<\\/script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.p-button.p-button-icon-only {
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-gallery {
|
.image-gallery {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
@ -435,10 +427,6 @@ export default {
|
||||||
<\\/script>
|
<\\/script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.p-button.p-button-icon-only {
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-gallery {
|
.image-gallery {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
Loading…
Reference in New Issue