Skip to content

Commit 15be178

Browse files
author
amit.mish
committed
button style
1 parent c65c4f8 commit 15be178

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

app/sass/partials/_cards.scss

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
justify-content: center;
55
width: calc(100% - 300px);
66
@media only screen and (max-width: 900px) {
7-
width: 100%;
8-
margin-bottom: 30px;
7+
width: 100%;
8+
margin-bottom: 30px;
99
}
1010
}
1111
.card-container {
12-
background: #FFFFFF;
13-
box-shadow: 1px 6px 10px rgba(164, 164, 164, .3);
12+
background: #ffffff;
13+
box-shadow: 1px 6px 10px rgba(164, 164, 164, 0.3);
1414
padding: 15px;
1515
border-radius: 6px;
1616
position: relative;
@@ -98,7 +98,7 @@
9898
top: 15px;
9999
span {
100100
font-size: 14px;
101-
color: #D0D0D0;
101+
color: #d0d0d0;
102102
}
103103
img {
104104
position: absolute;
@@ -123,8 +123,8 @@
123123
li {
124124
font-size: 10px;
125125
line-height: 12px;
126-
color: #FC7B7D;
127-
border: 1px solid #FC7B7D;
126+
color: #fc7b7d;
127+
border: 1px solid #fc7b7d;
128128
padding: 3px 5px;
129129
margin-right: 10px;
130130
border-radius: 4px;
@@ -164,17 +164,18 @@
164164
color: $primary-color;
165165
}
166166
.view {
167-
background: $primary-color;
168-
color: #fff;
167+
color: $primary-color;
168+
border: 1px dotted $primary-color;
169169
padding: 7px 20px;
170-
border-radius: 20px;
170+
border-radius: 4px;
171171
text-decoration: none;
172172
text-transform: uppercase;
173173
font-size: 12px;
174174
line-height: 14px;
175175
margin-top: -9px;
176176
&:hover {
177177
background: $primary-hover-color;
178+
color: #fff;
178179
}
179180
}
180181
}

public/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)