OSDN Git Service

add: omniauth
[pettanr/pettanr.git] / app / assets / stylesheets / test.css.scss
index 92bc178..6a610bf 100644 (file)
@@ -60,6 +60,26 @@ select.error {
   position:    absolute;
 }
 
+.auth-servers {
+  background: #f0f0f0;
+  padding: 10px;
+  display: inline-block;
+  list-style-type: none;
+}
+.auth-servers li {
+  float: left;
+  padding: 10px;
+  margin:  10px;
+}
+.twitter {
+  width: 30%;
+  background: #f0ffff;
+}
+.google {
+  width: 30%;
+  background: #fff0f0;
+}
+
 // hide number field's spinner
   //for chrome
   input[type=number]::-webkit-outer-spin-button,