mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* custom tslint rules adf project name files * filename and class prefix rule * filename process service mock * fix spec filename * fix demo shell * rename mock * alias deprecated name class * core rename services * fix pacakge.json adf-rules * add exclude in whitelist
14 lines
224 B
CSS
14 lines
224 B
CSS
.search-field {
|
|
width: 267px;
|
|
}
|
|
@media only screen and (max-width: 400px) {
|
|
.search-field {
|
|
width: 200px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 320px) {
|
|
.search-field {
|
|
width: 160px;
|
|
}
|
|
}
|