annot-server/static/css/annotviz.css
author rougeronj
Sat, 18 Apr 2015 09:37:57 +0200
changeset 167 2b99fed0285e
parent 108 082b64a5c699
permissions -rw-r--r--
Update for 'Atelier 3 jour 3' and clean gulpfile

/* ==========================================================================
   App Stylesheet
   app.less
   ========================================================================== */
/* Mixins (User defined mixins)
   ======================================================================== */
/* Components
   ======================================================================== */
/* ==========================================================================
   Base Stylesheet
   base.less
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
}
#log {
  height: 20em;
  overflow-y: scroll;
  background-color: #faa;
}