UNPKG

@ou-imdt/css

Version:

The IMDT CSS library styles native elements with light, extendable CSS. It is developed for Interactive Media Developers at the Open University.

19 lines (15 loc) 327 B
/* TODO: Create some simple validation indicators for 'fields' */ [data-valid] { position: relative; } [data-valid="true"] { box-shadow: 0px 0px 0.5rem green; } [data-valid="false"] { box-shadow: 0px 0px 0.5rem darkred; } [data-valid="true"]:after { content: "1"; color: green; position: absolute; }