PHP Classes

File: Web/styles/sass/_auto-complete.scss

Recommend this page to a friend!
  Classes of Burge Lab   Burge CMF   Web/styles/sass/_auto-complete.scss   Download  
File: Web/styles/sass/_auto-complete.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Burge CMF
Framework to publish managed content
Author: By
Last change: small corrections
Date: 7 years ago
Size: 588 bytes
 

Contents

Class file image Download
.aclist > div { background-color:darkblue; color:white; margin:5px; padding:5px 10px; //font-weight: bold; font-size: 1.2em; border-radius: 5px; } @media (min-width: 600px) { .aclist > div.three.columns { width: calc(25% - 10px) } .aclist > div.four.columns { width: calc(33.33% - 10px) } } .aclist > div > span { display:inline-block; width:30px; height:30px; border-radius: 5px; background-image:url(../images/remove.png); background-size: 90% 90%; background-repeat: no-repeat; background-position: center; background-color: white; cursor: pointer; }