-
Notifications
You must be signed in to change notification settings - Fork 0
/
_material.scss
67 lines (60 loc) · 949 Bytes
/
_material.scss
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
64
65
66
67
.md-button {
text-transform: capitalize !important;/*For Lower case use lowercase*/
}
.md-btn-lg{
button {
height: 45px !important;
div div {
height: 45px !important;
span {
font-size: 16px !important;
padding-right: 0 !important;
padding-left: 0 !important;
line-height: 3;
}
}
}
}
button.circular-btn {
div {
span {
border-radius: 20px;
}
}
}
button.icon-button {
div {
span {
border-radius: 50%;
}
}
}
.icon-button {
button {
div {
span {
border-radius: 50% !important;
}
}
}
}
.circular-btn {
button {
div {
span {
border-radius: 30px !important;
}
}
}
}
.study-content-tabs{
button.tab-button div div{
flex-flow: row wrap !important;
height: inherit !important;
}
}
.form-input-field.input-file-hidden{
input[type="file"]{
opacity: 0 !important;
}
}