mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
🐞 fix: style
This commit is contained in:
parent
0dd181cdbb
commit
0bf3e04fea
3 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link data-trunk rel="css" href="../../target/stylers/main.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
.melt-card__header {
|
||||
padding: 20px 28px;
|
||||
}
|
||||
.melt-card__header + .melt-card__content,
|
||||
.melt-card__header+.melt-card__content,
|
||||
.melt-card__footer {
|
||||
padding: 0 28px 20px;
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
z-index: 2002;
|
||||
}
|
||||
|
||||
.melt-modal-body > :deep(.melt-card) {
|
||||
.melt-modal-body>:deep(.melt-card) {
|
||||
width: 600px;
|
||||
margin: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue