選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

48 行
630 B

  1. .float{
  2. position:fixed;
  3. width:60px;
  4. height:60px;
  5. bottom:40px;
  6. right:40px;
  7. background-color:#25d366;
  8. color:#FFF;
  9. border-radius:50px;
  10. text-align:center;
  11. font-size:30px;
  12. z-index:100;
  13. }
  14. .button-float{
  15. position:fixed;
  16. width:60px;
  17. height:60px;
  18. bottom:40px;
  19. right:40px;
  20. background-color:#25d366;
  21. color:#fff;
  22. border-radius:50px;
  23. text-align:center;
  24. font-size:30px;
  25. z-index:100;
  26. }
  27. .my-float{
  28. margin-top:16px;
  29. }
  30. .fa {
  31. padding: 20px;
  32. font-size: 30px;
  33. width: 50px;
  34. text-align: center;
  35. text-decoration: none;
  36. margin: 5px 2px;
  37. }
  38. .fa:hover {
  39. opacity: 0.7;
  40. }
  41. .fa-phone {
  42. background: #24b300;
  43. color: white;
  44. }