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

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

.delete{
    color: red;
}