mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
More work on theming refactor
This commit is contained in:
parent
3d5eec7d80
commit
1979589d83
18 changed files with 108 additions and 587 deletions
|
@ -152,8 +152,6 @@ export default {
|
|||
|
||||
<style>
|
||||
.p-overlaypanel {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
@ -163,25 +161,10 @@ export default {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.p-overlaypanel-content {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
.p-overlaypanel-close {
|
||||
position: absolute;
|
||||
top: -1em;
|
||||
right: -1em;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
text-align: center;
|
||||
-moz-border-radius: 100%;
|
||||
-webkit-border-radius: 100%;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.p-overlaypanel-close-icon {
|
||||
line-height: inherit;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
/* Animation */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue