Skip to content

Commit c3b1f51

Browse files
Free version
1 parent 14224d6 commit c3b1f51

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed

src/now-ui-stubs/resources/assets/css/now-ui-dashboard.css

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5863,4 +5863,115 @@ Created using IcoMoon - icomoon.io
58635863
font-size: 10px;
58645864
color: #FFFFFF;
58655865
text-decoration: none;
5866+
}
5867+
5868+
.btn.btn-twitter {
5869+
background-color: #55acee;
5870+
color: #fff;
5871+
}
5872+
5873+
.btn.btn-twitter:focus,
5874+
.btn.btn-twitter:active,
5875+
.btn.btn-twitter:hover {
5876+
background-color: #3ea1ec !important;
5877+
color: #fff;
5878+
}
5879+
5880+
.btn.btn-twitter.btn-simple {
5881+
color: #55acee;
5882+
background-color: transparent;
5883+
box-shadow: none;
5884+
border-color: #55acee;
5885+
}
5886+
5887+
.btn.btn-twitter.btn-simple:hover,
5888+
.btn.btn-twitter.btn-simple:focus,
5889+
.btn.btn-twitter.btn-simple:active {
5890+
color: #3ea1ec;
5891+
border-color: #3ea1ec;
5892+
}
5893+
5894+
.btn.btn-twitter.btn-neutral {
5895+
color: #55acee;
5896+
background-color: #FFFFFF !important;
5897+
}
5898+
5899+
.btn.btn-twitter.btn-neutral:hover,
5900+
.btn.btn-twitter.btn-neutral:focus,
5901+
.btn.btn-twitter.btn-neutral:active {
5902+
color: #3ea1ec !important;
5903+
}
5904+
5905+
.btn.btn-facebook {
5906+
background-color: #3b5998;
5907+
color: #fff;
5908+
}
5909+
5910+
.btn.btn-facebook:focus,
5911+
.btn.btn-facebook:active,
5912+
.btn.btn-facebook:hover {
5913+
background-color: #344e86 !important;
5914+
color: #fff;
5915+
}
5916+
5917+
.btn.btn-facebook.btn-simple {
5918+
color: #3b5998;
5919+
background-color: transparent;
5920+
box-shadow: none;
5921+
border-color: #3b5998;
5922+
}
5923+
5924+
.btn.btn-facebook.btn-simple:hover,
5925+
.btn.btn-facebook.btn-simple:focus,
5926+
.btn.btn-facebook.btn-simple:active {
5927+
color: #344e86;
5928+
border-color: #344e86;
5929+
}
5930+
5931+
.btn.btn-facebook.btn-neutral {
5932+
color: #3b5998;
5933+
background-color: #FFFFFF !important;
5934+
}
5935+
5936+
.btn.btn-facebook.btn-neutral:hover,
5937+
.btn.btn-facebook.btn-neutral:focus,
5938+
.btn.btn-facebook.btn-neutral:active {
5939+
color: #344e86 !important;
5940+
}
5941+
5942+
.btn.btn-dribbble {
5943+
background-color: #ea4c89;
5944+
color: #fff;
5945+
}
5946+
5947+
.btn.btn-dribbble:focus,
5948+
.btn.btn-dribbble:active,
5949+
.btn.btn-dribbble:hover {
5950+
background-color: #ed679b !important;
5951+
color: #fff;
5952+
}
5953+
5954+
.btn.btn-dribbble.btn-simple {
5955+
color: #ea4c89;
5956+
background-color: transparent;
5957+
box-shadow: none;
5958+
border-color: #ea4c89;
5959+
}
5960+
5961+
.btn.btn-dribbble.btn-simple:hover,
5962+
.btn.btn-dribbble.btn-simple:focus,
5963+
.btn.btn-dribbble.btn-simple:active {
5964+
color: #ed679b;
5965+
border-color: #ed679b;
5966+
}
5967+
5968+
.btn.btn-dribbble.btn-neutral {
5969+
color: #ea4c89;
5970+
background-color: #FFFFFF !important;
5971+
}
5972+
5973+
.btn.btn-dribbble.btn-neutral:hover,
5974+
.btn.btn-dribbble.btn-neutral:focus,
5975+
.btn.btn-dribbble.btn-neutral:active {
5976+
color: #ed679b !important;
58665977
}

0 commit comments

Comments
 (0)