UNPKG

2.03 kBSCSSView Raw
1// .modaldialog {
2// $border-color: #575757;
3// &__container {
4// position: relative;
5// align-items: center;
6// cursor: default;
7// display: flex;
8// flex: 0 1 auto;
9// flex-direction: column;
10// opacity: 1;
11// color: black;
12// background: rgba(245, 245, 245, 0.85);
13// border: 1px solid $border-color;
14// z-index: 2;
15// @include media-min(360px) {
16// max-height: 90vh;
17// margin: 3.3rem;
18// }
19// border-radius: 0.5rem;
20// box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
21// 0px 24px 38px 3px rgba(0, 0, 0, 0.14),
22// 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
23// }
24// &__header {
25// min-width: 30.4rem;
26// svg {
27// margin-right: 1.6rem;
28// } //flex: 0 0 auto;
29// border-radius: 0.5rem 0.5rem 0 0; //display: flex;
30// align-items: center; //font-weight: bold;
31// font-family: 'PT Sans';
32// font-size: 2rem;
33// margin: 0;
34// padding: 2rem 2rem 1.5rem 2rem;
35// border-bottom: 0.5rem solid rgb(240, 240, 240);
36// background: rgb(250, 250, 250);
37// }
38// &__closemodalbutton {
39// @include media-max(360px) {
40// right: 0.5rem;
41// top: 0.5rem
42// }
43// @include media-min(360px) {
44// right: -3rem;
45// top: -2rem;
46// }
47// cursor: pointer;
48// position: absolute;
49// background: white;
50// border-radius: 100%;
51// display: flex;
52// flex-direction: row-reverse;
53// }
54// &__buttons {
55// border-top: 1px solid $border-color;
56// padding: 0.5rem 0;
57// width: 100%;
58// background: white;
59// display: flex;
60// align-items: center;
61// justify-content: flex-end; //flex: 0 0 auto;
62// }
63// &__body {
64// display: flex;
65// flex-direction: column;
66// justify-content: center;
67// min-width: 32rem;
68// background: rgb(253, 253, 253);
69// flex: 1 1 auto;
70// padding: 2.4rem 1.2rem;
71// overflow-y: auto;
72// }
73// }
\No newline at end of file