This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnapp/media/theme/focusbusiness/css/pages/welcome.css

53 lines
759 B
CSS
Raw Normal View History

2013-04-25 00:22:36 +00:00
.about-container .about-item {
2016-05-02 13:48:45 +00:00
font-size: 14px;
2013-04-25 00:22:36 +00:00
padding-right: 2em;
}
2016-05-02 13:48:45 +00:00
.about-container .about-item h3 {
margin-bottom: .4em;
font-size: 18px;
}
.about-container .about-item h3 i {
position: relative;
margin-right: .4em;
color: #F90;
font-size: 24px;
}
2013-04-25 00:22:36 +00:00
.about-container .choose-item h3 i {
margin-right: .4em;
color: #F90;
2016-05-02 13:48:45 +00:00
font-size: 15px;
2013-04-25 00:22:36 +00:00
}
.about-container .choose-item h3 {
2016-05-02 13:48:45 +00:00
margin-bottom: .4em;
2013-04-25 00:22:36 +00:00
font-size: 14px;
}
.work-container .work-item .thumbnail {
margin-bottom: 1.5em;
}
.service-container .service-item h3 {
font-size: 14px;
}
.service-container .service-item h3 i {
position: relative;
top: 3px;
margin-right: .25em;
color: #F90;
font-size: 24px;
2016-05-02 13:48:45 +00:00
}