Sha256: a593d02a9835584f9ba9c24f5591bcde74b2a1151e0591fc6039a1f959a4a699
Contents?: true
Size: 809 Bytes
Versions: 17
Compression:
Stored size: 809 Bytes
Contents
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * *= require ./bootstrap.min *= require ./bootstrap-treeview.min *= require ./tree */ #flash .alert { position: fixed; z-index: 1; left: 50%; transform: translateX(-50%); } #main-container { padding-top: 65px; } button.close { outline: none; } .flex { display: flex; }
Version data entries
17 entries across 17 versions & 1 rubygems