Shagen Ogandzhanian
4 years ago
6 changed files with 15 additions and 54 deletions
@ -1,49 +1,8 @@ |
|||||||
/* |
#root { |
||||||
* Copyright 2021 The Android Open Source Project |
width: 100%; |
||||||
* |
height: 100vh; |
||||||
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
||||||
* you may not use this file except in compliance with the License. |
|
||||||
* You may obtain a copy of the License at |
|
||||||
* |
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0 |
|
||||||
* |
|
||||||
* Unless required by applicable law or agreed to in writing, software |
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS, |
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
||||||
* See the License for the specific language governing permissions and |
|
||||||
* limitations under the License. |
|
||||||
*/ |
|
||||||
|
|
||||||
#container { |
|
||||||
display: flex; |
|
||||||
} |
|
||||||
|
|
||||||
#rootParent { |
|
||||||
background: lemonchiffon; |
|
||||||
flex: 1 1 0px; |
|
||||||
} |
|
||||||
|
|
||||||
#raw { |
|
||||||
background: powderblue; |
|
||||||
flex: 1 1 0px; |
|
||||||
} |
|
||||||
|
|
||||||
.row { |
|
||||||
width: 150px; |
|
||||||
height: 150px; |
|
||||||
background: yellow; |
|
||||||
display: flex; |
|
||||||
align-items: end; |
|
||||||
} |
|
||||||
|
|
||||||
.box-a { |
|
||||||
background: red; |
|
||||||
width: 50px; |
|
||||||
height: 50px; |
|
||||||
} |
} |
||||||
|
|
||||||
.box-b { |
#root > .compose-web-column > div { |
||||||
background: blue; |
position: relative; |
||||||
width: 30px; |
|
||||||
height: 30px; |
|
||||||
} |
} |
Loading…
Reference in new issue