mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
@@ -1,3 +1,13 @@
|
|||||||
.search-field{
|
.search-field {
|
||||||
width: 267px;
|
width: 267px;
|
||||||
}
|
}
|
||||||
|
@media only screen and (max-width: 400px) {
|
||||||
|
.search-field {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media only screen and (max-width: 320px) {
|
||||||
|
.search-field {
|
||||||
|
width: 160px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user