mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-02-08 00:37:31 +00:00
114 lines
1.9 KiB
CSS
114 lines
1.9 KiB
CSS
@import 'assets/css/style.css';
|
|
@import '~ng2-toasty/bundles/style.css';
|
|
@import '~ng2-toasty/bundles/style-bootstrap.css';
|
|
@import '~simple-line-icons/css/simple-line-icons.css';
|
|
@import '~@qontu/ngx-inline-editor/themes/bootstrap.css';
|
|
|
|
a:hover {
|
|
cursor:pointer;
|
|
}
|
|
|
|
/**====== Badges-button css end ======**/
|
|
/**====== Social-Buttons css start ======**/
|
|
|
|
.btn-dribbble i,
|
|
.btn-dropbox i,
|
|
.btn-facebook i,
|
|
.btn-flickr i,
|
|
.btn-github i,
|
|
.btn-google-plus i,
|
|
.btn-instagram i,
|
|
.btn-linkedin i,
|
|
.btn-pinterest i,
|
|
.btn-skype i,
|
|
.btn-tumblr i,
|
|
.btn-twitter i,
|
|
.btn-youtube i {
|
|
display: inline-block;
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
.btn-dribbble,
|
|
.btn-dropbox,
|
|
.btn-facebook,
|
|
.btn-flickr,
|
|
.btn-github,
|
|
.btn-google-plus,
|
|
.btn-instagram,
|
|
.btn-linkedin,
|
|
.btn-pinterest,
|
|
.btn-skype,
|
|
.btn-tumblr,
|
|
.btn-twitter,
|
|
.btn-youtube {
|
|
color: #fff;
|
|
}
|
|
|
|
.btn-dribbble:focus,
|
|
.btn-dribbble:hover,
|
|
.btn-dropbox:focus,
|
|
.btn-dropbox:hover,
|
|
.btn-facebook:focus,
|
|
.btn-facebook:hover,
|
|
.btn-flickr:focus,
|
|
.btn-flickr:hover,
|
|
.btn-github:focus,
|
|
.btn-github:hover,
|
|
.btn-google-plus:focus,
|
|
.btn-google-plus:hover,
|
|
.btn-instagram:focus,
|
|
.btn-instagram:hover,
|
|
.btn-linkedin:focus,
|
|
.btn-linkedin:hover,
|
|
.btn-pinterest:focus,
|
|
.btn-pinterest:hover,
|
|
.btn-skype:focus,
|
|
.btn-skype:hover,
|
|
.btn-tumblr:focus,
|
|
.btn-tumblr:hover,
|
|
.btn-twitter:focus,
|
|
.btn-twitter:hover,
|
|
.btn-youtube:focus,
|
|
.btn-youtube:hover {
|
|
color: #fff;
|
|
box-shadow: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
.btn-facebook {
|
|
background-color: #3b5998;
|
|
}
|
|
|
|
.btn-twitter {
|
|
background-color: #00ACED;
|
|
}
|
|
|
|
.btn-linkedin {
|
|
background-color: #007BB6;
|
|
}
|
|
|
|
.btn-dribbble {
|
|
background-color: #EA4C89;
|
|
}
|
|
|
|
.btn-google-plus {
|
|
background-color: #DD4B39;
|
|
}
|
|
|
|
.btn-instagram {
|
|
background-color: #517FA4;
|
|
}
|
|
|
|
.btn-pinterest {
|
|
background-color: #CB2027;
|
|
}
|
|
|
|
.btn-dropbox {
|
|
background-color: #32506D;
|
|
}
|
|
|
|
.btn-tumblr {
|
|
background-color: #00ACED;
|
|
}
|
|
|
|
/**====== Social-Buttons css end ======**/
|