mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Fix styling
This commit is contained in:
@@ -7,16 +7,6 @@
|
||||
<title>Vite + React</title>
|
||||
<style type="text/css">
|
||||
#bulma-customizer-app {
|
||||
background: var(--bulma-body-background-color);
|
||||
border-radius: 0.5rem;
|
||||
border: 1px solid var(--bulma-border);
|
||||
bottom: 1rem;
|
||||
overflow: auto;
|
||||
position: fixed;
|
||||
right: 1rem;
|
||||
top: 1rem;
|
||||
width: 33rem;
|
||||
z-index: 100;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@@ -42,7 +32,7 @@
|
||||
<table class="table"></table>
|
||||
<div class="tag"></div>
|
||||
<div class="title"></div>
|
||||
<input class="input">
|
||||
<input class="input" />
|
||||
<div class="file"></div>
|
||||
<div class="columns"></div>
|
||||
<div class="grid"></div>
|
||||
|
||||
Reference in New Issue
Block a user