Sha256: 1c5f634231942d2ecd29086c803b55b292f58990a8c0246e031f4ea69fb2be3b
Contents?: true
Size: 985 Bytes
Versions: 2
Compression:
Stored size: 985 Bytes
Contents
/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ .container{ background-color: #FFFFFF; margin:30px 0px; } .newpost{ margin:20px 0px; text-align:right; } .feedbacklist{ /*background-color:#E1E0E0;*/ margin:20px 0px; color:black; } .card-style{ width:40%; margin:20px auto; } .footer-style{ width:100%; text-align:right; } .new{ width:50%; margin:30px auto; border:1px solid rgba(0,0,0,0.09); padding:30px; border-radius:4px; box-shadow: 0px 4px 6px 4px rgba(0,0,0,0.06); } .btns{ margin:0px 5px; } .input{ width:100%; } .formfields{ color:black; margin:10px 0px; } .header{ background-color:#95C6C4; } * { margin: 0; } html, body { height: 100%; } .footer{ background-color:#BFC3C6; height: 62px; margin:20px auto; padding:20px; text-align:center; } .navtext{ text-align:left; } .nav-item a:hover{ cursor:disabled; } .error { color: red; } .actions{ width:10; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
feedback_gem-0.3.6 | app/assets/stylesheets/feedback_gem/feedbacks.css |
feedback_gem-0.3.5 | app/assets/stylesheets/feedback_gem/feedbacks.css |