Shagen Ogandzhanian
4 years ago
6 changed files with 15 additions and 54 deletions
@ -1,49 +1,8 @@
|
||||
/* |
||||
* Copyright 2021 The Android Open Source Project |
||||
* |
||||
* 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; |
||||
#root { |
||||
width: 100%; |
||||
height: 100vh; |
||||
} |
||||
|
||||
.box-b { |
||||
background: blue; |
||||
width: 30px; |
||||
height: 30px; |
||||
#root > .compose-web-column > div { |
||||
position: relative; |
||||
} |
Loading…
Reference in new issue