Skip to content

Commit 31db3e1

Browse files
committed
Fix css
1 parent a4a0353 commit 31db3e1

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

doc/source/_static/css/getting_started.css

+22-1
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,24 @@ ul.task-bullet > li > p:first-child {
138138
margin: 0px;
139139
}
140140

141-
.comparison-card .card-img-top {
141+
.comparison-card .sd-card-img-top {
142142
margin: 10px;
143143
margin-bottom: 20px;
144144
height: 72px;
145145
background: none !important;
146146
}
147147

148+
.comparison-card .sd-btn-secondary {
149+
background-color: #6c757d !important;
150+
border-color: #6c757d !important;
151+
}
152+
153+
.comparison-card .intro-card .sd-btn-secondary:hover {
154+
background-color: #5a6268 !important;
155+
border-color: #545b62 !important;
156+
}
157+
158+
148159
.comparison-card-excel .card-img-top, .comparison-card-stata .card-img-top, .comparison-card-sas .card-img-top {
149160
height: 52px;
150161
}
@@ -178,6 +189,16 @@ ul.task-bullet > li > p:first-child {
178189
margin: 0 1em 1em 1em;
179190
}
180191

192+
.install-card .sd-btn-secondary {
193+
background-color: #6c757d !important;
194+
border-color: #6c757d !important;
195+
}
196+
197+
.install-card .intro-card .sd-btn-secondary:hover {
198+
background-color: #5a6268 !important;
199+
border-color: #545b62 !important;
200+
}
201+
181202
.custom-button {
182203
background-color:#DCDCDC;
183204
border: none;

0 commit comments

Comments
 (0)