Skip to content

Commit 544381e

Browse files
committed
adding css to change the material button from div to button
1 parent b15ddf4 commit 544381e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

assets/theme/parallax.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,31 @@
7070
background: rgba(155,157,162,0.37);
7171
z-index: 1;
7272
}
73+
74+
.mdl-button{
75+
background: rgba(158,158,158,.2);
76+
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
77+
border: none;
78+
border-radius: 2px;
79+
color: #000;
80+
position: relative;
81+
height: 36px;
82+
margin: 0 5px 0;
83+
min-width: 80px;
84+
padding: 0 16px;
85+
display: inline-block;
86+
font-family: "Roboto","Helvetica","Arial",sans-serif;
87+
font-size: 14px;
88+
font-weight: 500;
89+
text-transform: uppercase;
90+
letter-spacing: 0;
91+
overflow: hidden;
92+
will-change: box-shadow;
93+
transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
94+
outline: none;
95+
cursor: pointer;
96+
text-decoration: none;
97+
text-align: center;
98+
line-height: 36px;
99+
vertical-align: middle;
100+
}

0 commit comments

Comments
 (0)