update design
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Владимир Фёдоров 2023-07-02 22:34:05 +07:00
parent 1c8f9fe202
commit 342246d77b
5 changed files with 9 additions and 5 deletions

View File

@ -116,7 +116,9 @@ const rotatePage = () => {
Повернуть
</Button>
</ButtonsBar>
<Button :click="savePng">Сохранить как png</Button>
<ButtonsBar>
<Button :click="savePng">Сохранить как png</Button>
</ButtonsBar>
</SidebarBlock>
</Sidebar>
</div>

View File

@ -31,6 +31,7 @@ withDefaults(defineProps<Props>(), {
color: #22333B;
background-color: #EAE0D5;
border: 1px solid #5E503F;
width: 100%;
}
.button:hover {
@ -42,5 +43,6 @@ withDefaults(defineProps<Props>(), {
margin: 3px;
padding: 2px 10px;
font-size: 10pt;
width: auto;
}
</style>

View File

@ -6,6 +6,6 @@
<style scoped>
.buttons-bar {
padding: 0 0 20px 5px;
padding: 15px 0 0 0;
}
</style>

View File

@ -28,7 +28,7 @@ const modelValue = defineModel();
<style scoped>
.input-container {
margin: 10px;
margin: 10px 0 0 0;
}
input {
@ -36,7 +36,7 @@ input {
}
.input {
margin: 10px 0;
margin: 10px 0 0 0;
border: 1px solid #c6ac8f;
padding: 10px;
border-radius: 10px;

View File

@ -15,7 +15,7 @@ defineProps<{
.sidebar-block {
border: 1px solid #c6ac8f;
border-radius: 10px;
margin: 0 0 30px 0;
margin: 0 0 10px 0;
padding: 20px;
background-color: white;
}