Subversion Repositories SmartDukaan

Rev

Rev 24977 | Rev 25153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24977 Rev 25140
Line 1828... Line 1828...
1828
 
1828
 
1829
=================================================================== */
1829
=================================================================== */
1830
 
1830
 
1831
.info-box {
1831
.info-box {
1832
 
1832
 
1833
  min-height: 140px;
1833
  min-height: 120px;
1834
 
1834
 
1835
  margin-bottom: 30px;
1835
  margin-bottom: 25px;
1836
 
1836
 
1837
  padding: 20px 0px 0px 10px;
1837
  padding: 16px 0px 0px 8px;
1838
 
1838
 
1839
  color: white;
1839
  color: white;
1840
 
1840
 
1841
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
1841
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
1842
 
1842
 
Line 1848... Line 1848...
1848
 
1848
 
1849
.info-box i {
1849
.info-box i {
1850
 
1850
 
1851
  display: block;
1851
  display: block;
1852
 
1852
 
1853
  height: 100px;
1853
  height: 84px;
1854
 
1854
 
1855
  font-size: 60px;
1855
  font-size: 50px;
1856
 
1856
 
1857
  line-height: 100px;
1857
  line-height: 84px;
1858
 
1858
 
1859
  width: 100px;
1859
  width: 84px;
1860
 
1860
 
1861
  float: left;
1861
  float: left;
1862
 
1862
 
1863
  text-align: center;
1863
  text-align: center;
1864
 
1864
 
1865
  padding-right: 20px;
1865
  padding-right: 10px;
1866
 
1866
 
1867
  color: rgba(255, 255, 255, 0.75);
1867
  color: rgba(255, 255, 255, 0.75);
1868
 
1868
 
1869
}
1869
}
1870
 
1870