botserver/templates/_drafts/default.gbai/default.gbtheme/css/NavBar.css

23 lines
348 B
CSS
Raw Normal View History

2024-08-31 15:35:32 -03:00
.NavBar {
align-items: center;
display: flex;
justify-content: space-between;
padding: 0.2em 0.5em;
border-bottom-width: 1px;
color:black;
height: 100%;
}
/*
.logo {
padding-top: 4em;
}
*/
.NavBar .searchbox { width: 20em; }
.NavBar .searchbox .ms-SearchBox {
background-color: white;
margin-bottom: 0;
}