mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 03:14:40 +03:00
parent
d7e02d99e9
commit
da9a0f2e84
@ -60,7 +60,7 @@
|
||||
.dialog {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 42.5rem;
|
||||
width: 45rem;
|
||||
min-height: 100vh;
|
||||
max-height: 100vh;
|
||||
background-color: var(--theme-bg-color);
|
||||
@ -91,7 +91,7 @@
|
||||
.content {
|
||||
flex-shrink: 0;
|
||||
flex-grow: 1;
|
||||
margin: 0 2.5rem;
|
||||
// margin: 0 2.5rem;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
|
BIN
plugins/recruit-resources/img/header-pink.png
Executable file
BIN
plugins/recruit-resources/img/header-pink.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
@ -113,10 +113,10 @@
|
||||
.header {
|
||||
position: relative;
|
||||
padding: 1.5rem 1.5rem 0;
|
||||
width: 37.5rem;
|
||||
min-height: 15rem;
|
||||
height: 15rem;
|
||||
background-image: url(../../img/header-green.png);
|
||||
width: 45rem;
|
||||
min-height: 12.5rem;
|
||||
height: 12.5rem;
|
||||
background-image: url(../../img/header-pink.png);
|
||||
background-repeat: no-repeat;
|
||||
background-clip: border-box;
|
||||
background-size: cover;
|
||||
|
@ -82,6 +82,13 @@
|
||||
okAction={save}
|
||||
on:close={() => { dispatch('close') }}>
|
||||
<DialogHeader {space} {object} {newValue} {resumeId} {resumeName} {resumeUuid} {resumeSize} {resumeType}/>
|
||||
<Tabs model={tabModel}/>
|
||||
<div class="tabs-container">
|
||||
<Tabs model={tabModel}/>
|
||||
</div>
|
||||
</Dialog>
|
||||
|
||||
<style lang="scss">
|
||||
.tabs-container {
|
||||
margin: 0 2.5rem;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user