Project

General

Profile

« Previous | Next » 

Revision 60670

[Library | Trunk]: Some css changes on modal, input and cards

View differences:

modal.scss
19 19
  background-color: white;
20 20
  border-radius: 4px;
21 21
  max-height: calc(100vh - 30px);
22
  width: 1100px;
22
  width: 1120px;
23 23
  box-shadow: 0 3px 6px #0000001a;
24 24
  height: fit-content;
25 25
  position: relative;
......
27 27

  
28 28
.fs-modal .fs-modal-dialog > .header {
29 29
  height: 39px;
30
  padding: 20px 30px;
31
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
30
  padding: 30px 40px;
31
  border-bottom: 1px solid rgba(var(--theme-secondary-color-rgb), 0.4);
32 32
}
33 33

  
34 34
.fs-modal .fs-modal-dialog > .content {
35
  max-height: calc(100vh - 210px);
36
  padding: 15px;
35
  max-height: calc(100vh - 280px);
36
  padding: 30px 40px;
37 37
  overflow: auto;
38 38
}
39 39

  
40 40
.fs-modal .fs-modal-dialog > .content.hasFooter {
41
  max-height: calc(100vh - 270px);
41
  max-height: calc(100vh - 340px);
42 42
}
43 43

  
44 44
.fs-modal .fs-modal-dialog > .footer {
45 45
  height: 39px;
46
  padding: 10px 15px;
46
  padding: 30px 40px;
47 47
  border-top: 1px solid rgba(26, 26, 26, 0.2);
48 48
}
49 49

  

Also available in: Unified diff