You are here

google_analytics_counter.module.css in Google Analytics Counter 8.3

Google Analytics Counter miscellaneous styling.

File

css/google_analytics_counter.module.css
View source
  1. /**
  2. * @file
  3. * Google Analytics Counter miscellaneous styling.
  4. */
  5. @media screen and (min-width: 660px) {
  6. details.google-analytics-counter-counter.js-form-wrapper.form-wrapper {
  7. width: 48%;
  8. display: inline-block;
  9. }
  10. details.google-analytics-counter-storage.js-form-wrapper.form-wrapper {
  11. width: 48%;
  12. display: inline-block;
  13. }
  14. }
  15. /*Todo: Can a more focused selector be used here.*/
  16. input#edit-field-google-analytics-counter-0-value {
  17. background-color: #ececec;
  18. }