Commit 415e10134fe036bb5312578acc9fd783bc4a0795
1 parent
ea8ddef2
Exists in
master
and in
12 other branches
Backgroud color finality block softwares
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
page-inicial.css
... | ... | @@ -173,6 +173,12 @@ text-align: center; |
173 | 173 | .box-1 .software-block-content { |
174 | 174 | padding-top:20px; |
175 | 175 | } |
176 | +.software-block-finality{ | |
177 | + background-color:#f4f4f4; | |
178 | + padding:10px; | |
179 | + border-radius:8px; | |
180 | + width:120px; | |
181 | +} | |
176 | 182 | |
177 | 183 | .software-block-logo { |
178 | 184 | border: 1px solid #ccc; | ... | ... |