blob: 5ad75234f1c109d23f3d1a6eb6184ce488c96b66 [file] [log] [blame]
/*
* Copyright 2023 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
pre {
white-space: pre-wrap;
}
.iwa-dev-update-button {
margin-left: 4px;
}
dialog#iwa-update-manifest-dialog {
border: 0;
border-radius: 8px 8px 8px 8px;
}
dialog[open]#iwa-update-manifest-dialog {
display: flex;
flex-direction: column;
gap: 8px;
}
div#iwa-update-manifest-version {
display: flex;
flex-direction: row;
gap: 8px;
}
div#iwa-update-manifest-dialog-buttons {
display: flex;
flex-direction: row;
justify-content: flex-end;
gap: 8px;
}