-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_utilities.scss
More file actions
63 lines (57 loc) · 1.07 KB
/
_utilities.scss
File metadata and controls
63 lines (57 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.d-small{
background-color: #ff00dd;
}
.d-375{
width: 375px;
background-color: rgb(255, 72, 0);
}
.d-768{
background-color:rgb(255, 251, 0);
}
.d-992{
background-color: rgb(0, 255, 13);
}
.d-1200{
background-color: rgb(0, 255, 255);
}
.d-1440{
width: 1440px;
background-color: rgb(150, 127, 255);
}
.fill-container{
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mbutton-10{
padding: 10px !important;
}
// .tcs-container-md{
// padding-left: 20px;
// padding-right: 20px;
// }
@include media-breakpoint-up(md) {
.tcs-container-md{
width: 100% !important;
padding: 15px !important;
margin-right: auto !important;
margin-left: auto !important;
max-width: 660px;
// border-left: 1px red solid;
}
}
@include media-breakpoint-up(lg) {
.tcs-container-lg{
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 660px;
}
}
.btn{
@extend .btn;
max-width: 100%;
}