Skip to content

Commit 877cc67

Browse files
author
Kristan Kenney
committed
Adjust style of quick app install cards
1 parent 076c13f commit 877cc67

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

web/css/styles.min.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,15 +1127,17 @@ form#vstobjects .alert {
11271127
float:left;
11281128
overflow: hidden;
11291129
background-color: #f5f5f5;
1130-
border:1px solid #e6e6e6;
1130+
border:1px solid #d3d3d3;
11311131
box-sizing: border-box;
11321132
width:200px;
11331133
min-height:260px;
11341134
margin-top:3em;
1135-
margin-right:3em;
1136-
box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
1135+
margin-right:4em;
1136+
padding-bottom: 0.5em;
1137+
box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
11371138
color: #353535;
1138-
1139+
border-radius: 4px;
1140+
text-align: center;
11391141
}
11401142

11411143
.card.disable {
@@ -1164,12 +1166,11 @@ form#vstobjects .alert {
11641166
.card .card-details p {
11651167
margin: 0 0 0.3em 0;
11661168
font-size: 1em;
1167-
text-align: left;
11681169
}
11691170

11701171
.card p.card-title {
1171-
font-size: 1.2em;
1172-
font-weight: 500;
1172+
font-size: 1.1em;
1173+
font-weight: 600;
11731174
}
11741175

11751176
.card .card-thumb {
@@ -1184,10 +1185,10 @@ form#vstobjects .alert {
11841185
max-width: 200px;
11851186
height: auto;
11861187
width: auto;
1187-
11881188
}
11891189

11901190
.card button {
1191+
margin-top: 0.5em;
11911192
margin:0.3em;
11921193
}
11931194

0 commit comments

Comments
 (0)