aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/KeyValuePair.scss
blob: 64e871e1ca9711a237c074ec129c3538cf6951ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@import "../global_variables";

.container{
    display: flex;                 
    flex-direction: row;           
    flex-wrap: nowrap;              
    justify-content: space-between; 
}

.delete{
    color: red;
}