Change 'Saved' indicator
The change indicator will show up next to the section title where the setting has been changed. Closes #500
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
|
||||
.IndicatorContainer {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
float: left;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.AutoSaveIndicator {
|
||||
margin: 0;
|
||||
padding: 5px 15px;
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
|
||||
.AutoSaveIndicator.AutoSaveIndicator-Leave {
|
||||
|
Reference in New Issue
Block a user